List all sessions
Returns a list of sessions matching the provided criteria. The sessions are returned sorted by creation date, with the newest sessions appearing first.
Note: This endpoint does not return all sessions that have ever existed. Old and inactive sessions are periodically cleaned up and will not be included in the results.
Deprecation Notice (2024-01-01): All parameters were initially considered optional, however moving forward at least one of client_id or user_id parameters should be provided.
Query parameters
List sessions for the given client
List sessions for the given user
Filter sessions by the provided status
Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
Response
Success