Skip to main content
GET
/
api
/
agents
List Agents
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.

Response

200 - application/json

List of agents

agents
object[]