cURL
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
Documentation IndexFetch the complete documentation index at: https://docs.octavehq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
Use this file to discover all available pages before exploring further.
List agent types successful
Show child attributes
Total number of agent types
9