Skip to main content
GET
/
agents
/
{agentId}
/
extractors
/
{extractorId}
Get extractor
curl --request GET \
  --url https://api.vogent.ai/api/agents/{agentId}/extractors/{extractorId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "extractorFieldsJsonSchema": "<string>"
}

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Path Parameters

agentId
string
required

ID of the agent.

extractorId
string
required

ID of the extractor.

Response

Successful operation

id
string
required
name
string
required
extractorFieldsJsonSchema
string
required
I