Returns all agents in the current organization.
cURL
curl --request GET \ --url https://api.usehavoc.com/api/agents \ --header 'Authorization: Bearer <token>'
{ "agents": [ { "id": "<string>", "name": "<string>", "status": "created", "model": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.
List of agents
Show child attributes