GET
/
api
/
v1
/
list-available-agents
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "status": "<string>",
    "visibility": "private"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

list_system_agents
boolean
default:true

Include system agents in the response

Response

200
application/json
Successful Response

The response is of type object[].