cURL
curl --request GET \ --url https://api.vogent.ai/api/agents/{agentId}/extractors
{ "extractors": [ { "id": "<string>", "name": "<string>", "extractorFieldsJsonSchema": "<string>" } ] }
List all extractors for a given agent.
ID of the agent.
Successful operation
The response is of type object.
object