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

Path Parameters

agentId
string
required

ID of the agent.

extractorId
string
required

ID of the extractor.

Response

200
application/json

Successful operation

The response is of type object.