v2
latestOpenAPI 3.1.02026-07-262937191.0 MBbeta.agents
List agent entities.
Retrieve a list of agent entities sorted by creation time. Deprecated: some features such as agent sharing are not supported by this endpoint. Use the cursor-paginated GET /v1/agents/pages instead.
get/v1/agents
Query parameters
pageinteger
Page number (0-indexed)
Page number (0-indexed)
page_sizeinteger
Number of agents per page
Number of agents per page
deployment_chatboolean nullable
sourcesRequestSource[] nullable
namestring nullable
Filter by agent name
Filter by agent name
searchstring nullable
Search agents by name or ID
Search agents by name or ID
idstring nullable
Response
Successful Response
Example response
[
{
"completion_args": {
"response_format": {
"type": "text"
}
}
}
]