Get Agents Admin Paginated
Agents
Get Agents Admin Paginated
Paginated endpoint for listing agents (formerly personas) (admin view).
Returns items for the requested page plus total count. Agents are ordered by display_priority (ASC, nulls last) then by ID (ASC).
GET
Get Agents Admin 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.