Skip to main content
Every list endpoint (agents, projects, pages, knowledge sources, knowledge topics, assets) is cursor-paginated and answers the same envelope:

Walking the pages

Pass the nextCursor you were handed back as ?after= to get the next page. Stop when hasMore is false (nextCursor is then null).

Parameters

The cursor is opaque: treat it as a token, never parse it. Items are ordered newest-first.