latestOpenAPI 3.1.02026-08-223988103.3 KB
4a02eb5d21ca
sessions
Get a list of sessions
Get a paginated list of sessions filtered by ID or status
get/v1/sessions
Query parameters
sessionIdsstring
A comma-separated list of IDs of the sessions to retrieve.
status'awaitingCapacity' | 'initializing' | 'running' | 'ended' | 'completed' | 'cancelled' | 'all'
Status of the session to get.
Status of the session to get.
offsetinteger
Offset for pagination.
limitinteger
Limit for pagination.
Headers
Authorizationstring required
Bearer authentication
Response
OK