curl --request GET \
--url https://app.octavehq.com/api/v2/agents/types \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"total": 9,
"data": [
{
"type": "PROSPECTOR",
"name": "<string>",
"description": "<string>",
"category": "<string>"
}
]
}List all available agent types with their metadata
curl --request GET \
--url https://app.octavehq.com/api/v2/agents/types \
--header 'api_key: <api-key>'{
"_metadata": {
"requestId": "requestId",
"timestamp": "2021-01-01T00:00:00.000Z",
"usage": 0,
"message": "message"
},
"total": 9,
"data": [
{
"type": "PROSPECTOR",
"name": "<string>",
"description": "<string>",
"category": "<string>"
}
]
}List agent types successful
Total number of agent types
9
Show child attributes
The agent type identifier
PROSPECTOR, CONTENT, EMAIL, ENRICH_PERSON, ENRICH_COMPANY, QUALIFY_PERSON, QUALIFY_COMPANY, CALL_PREP, CONTEXT The human-readable name of the agent type
A description of what this agent type does
The category this agent type belongs to