cURL
curl --request GET \ --url https://api.vogent.ai/api/agents/{agentId}/extractors \ --header 'Authorization: Bearer <token>'
{ "extractors": [ { "id": "<string>", "name": "<string>", "extractorFieldsJsonSchema": "<string>" } ] }
List all extractors for a given agent.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the agent.
Successful operation
Show child attributes