Get a list of sessions
Get a paginated list of sessions filtered by ID or status
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sessionIds
A comma-separated list of IDs of the sessions to retrieve.
status
Status of the session to get.
offset
Offset for pagination.
limit
Limit for pagination.
Response
OK
data
meta
errors
warnings
Errors
404
Sessions List Request Not Found Error
422
Sessions List Request Unprocessable Entity Error
500
Sessions List Request Internal Server Error