Get Agents Paginated
Agents
Get Agents Paginated
Paginated endpoint for listing agents available to the user.
Returns items for the requested page plus total count. Personas are ordered by display_priority (ASC, nulls last) then by ID (ASC).
NOTE: persona_ids filter is not supported with pagination. Use the non-paginated endpoint if filtering by specific IDs is needed.
GET
Get Agents Paginated
Documentation Index
Fetch the complete documentation index at: https://docs.get-nexus.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Query Parameters
Page number (0-indexed).
Required range:
x >= 0Items per page.
Required range:
1 <= x <= 1000If true, includes deleted personas.
If true, only returns editable personas.
If true, includes builtin/default personas.