Asteria Docs
Chat & Discovery

List Agents

List available agents for the caller's organization. Returns the built-in Asteria orchestrator plus any shared custom agents that have a slug. The `id` field in each entry is the slug to pass as `agent` in POST /v1/chat/completions.

GET
/v1/agents
Authorization<token>

Your API key (sk-ast-...)

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.asteria-labs.com/v1/agents"
{
  "data": [
    null
  ],
  "first_id": "string",
  "last_id": "string",
  "has_more": false
}
{
  "error": null
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}