GET
/
agents
/
{agentId}
/
extractors
curl --request GET \
  --url https://api.vogent.ai/api/agents/{agentId}/extractors
{
  "extractors": [
    {
      "id": "<string>",
      "name": "<string>",
      "extractorFieldsJsonSchema": "<string>"
    }
  ]
}

Path Parameters

agentId
string
required

ID of the agent.

Response

200
application/json

Successful operation

The response is of type object.