List agent sessions
Lists sessions for the current user. listAgentSessions uses AgentSessionPaginationMode=cursor or an AgentSessionCursor value to return cursor pages and nextCursor; cursor mode rejects Page because mixed cursor/page requests are ambiguous, while PerPage still controls page size. Without cursor mode it uses Page and PerPage offset pagination. RemoteNode selects the target node for either pagination mode. Malformed or invalid cursor values return 400.
Query parameters
name of the remote node
Pagination mode. Use cursor for the agent session sidebar infinite-loading flow; omit or use offset for compatibility pagination.
Opaque cursor for loading the next page of older agent sessions
page number of items to fetch (default is 1)
number of items per page (default is 30, max is 100)
Response
Paginated list of sessions