List all sessions
Sessions
List all sessions
GET
List all sessions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter sessions by status.
Available options:
created, in_progress, succeeded, failed, expired, cancelled Return sessions created at or after this ISO 8601 timestamp.
Return sessions created at or before this ISO 8601 timestamp.
Maximum number of sessions to return. Defaults to 10 if not specified.
Required range:
1 <= x <= 100Cursor of the last item from the previous page. When provided, the next page of results will be returned.
Pattern:
^vs_[A-Za-z0-9]{64}$