List agent entities, cursor-paginated.
Retrieve a page of agent entities. Unlike the deprecated GET /v1/agents, this endpoint paginates by opaque cursor and honors per-agent sharing, returning only agents the caller is authorized to see.
Query parameters
Number of agents per page
Number of agents per page
Filter by agent name
Filter by agent name
Search agents by name or ID
Search agents by name or ID
Opaque cursor from a previous response's next_page_token. When set, results page forward from the cursor.
Opaque cursor from a previous response's next_page_token. When set, results page forward from the cursor.
Response
Successful Response
Example response
{
"data": [
{
"completion_args": {
"response_format": {
"type": "text"
}
}
}
]
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○