List Agents
Retrieve paginated list of agents with cursor-based pagination
Query parameters
Max agents per page (max: 100, default: 12)
Pagination cursor from previous response
Sort by 'displayName' or 'updatedAt' (default)
Filter by name or description
Response
Successful response with list of agents
Example response
{
"agents": [
{
"agent": {
"platform": "agent0",
"url": "https://agent0.example.com/agents/abc123"
}
}
]
}Changes
Changed in 3 of the 11 revisions of this API.113
- ○
added the optional property
agents/items/developerIdto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
api operation id
getApiV1Agentsremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○