GET
/
v2
/
orchestrate
/
agents
List Registered Agents.
curl --request GET \
  --url http://{api_endpoint}/api/v1/v2/orchestrate/agents \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Query Parameters

include_hidden
boolean
default:false
ids
string<uuid>[] | null
names
string[] | null
query
string | null

Search by name and description

limit
integer | null

Limit the number of results returned

Required range: x >= 1
offset
integer | null

Skip the first N results

Required range: x >= 0
sort
enum<string> | null
default:asc

Sort by name and recently added (recent/asc/desc)

Available options:
asc,
desc,
recent

Response

200
application/json

Successful Response

The response is of type any.