Skip to content
GET /v1/agents

List agents

Every agent the calling token can see, with its current configuration and quota position.

Every agent the calling token can see, with its current configuration and quota position.

Headers
Authorization Bearer nx_live_…
Accept application/json
Response
{
  "data": [
    {
      "id": "agt_8fk2",
      "name": "DataPulse",
      "model": "nexus-dense-70b",
      "status": "ready",
      "quota": { "used": 4120311, "limit": 120000000 }
    }
  ],
  "has_more": false
}