Skip to main content
GET
/
agents
/
{agentId}
/
extractors
List extractors
curl --request GET \
  --url https://api.vogent.ai/api/agents/{agentId}/extractors \
  --header 'Authorization: Bearer <token>'
{
  "extractors": [
    {
      "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.

Response

Successful operation

extractors
object[]
required
I