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