curl --request GET \
--url https://{api_endpoint}/api/v2/orchestrate/agents/unified \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Lists all registered agents.
curl --request GET \
--url https://{api_endpoint}/api/v2/orchestrate/agents/unified \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search by name and description
Limit the number of results returned
x >= 1Skip the first N results
x >= 0Sort by name and recently added (recent/asc/desc)
asc, desc, recent Successful Response