Skip to main content
Returns a paginated list of all published agents on this node. Only agents with an approved, suspended, or revoked status appear here — draft and in-review submissions do not.

Request

Query parameters

integer
Number of agents to return per page. Must be between 1 and 100. Defaults to 50.
integer
Zero-based index of the first record to return. Defaults to 0.

Response

PublishedAgentRecord[]
Array of published agent records for the requested page.
integer
Number of items returned in this page.
integer
The effective page size used for this request.
integer
The offset used for this request.
integer
The offset to use in your next request to retrieve the following page. Omitted when has_more is false.
boolean
true if there are additional records beyond this page.
integer
Total number of published agents known to this node at the time of the query.

Status codes

Example response