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

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
id
string
required
name
string
required
description
string
required
status
string
required