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.
Authorization header with Bearer token
Page number (0-indexed).
x >= 0Items per page.
1 <= x <= 1000If true, includes deleted personas.
If true, only returns editable personas.
If true, includes builtin/default personas.