v54

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-094546314.6 KB
Sessions

List all sessions

Fetches all active sessions for the current organization.

get/v1/sessions

Query parameters

cursorIdstring

Cursor ID for pagination

limitinteger

Number of sessions to return. Default is 50, max is 100.

status'live' | 'released' | 'failed'

Filter sessions by current status

projectIdstring uuid

Filter sessions by project

Response

Response containing a list of browser sessions with pagination details.

nextCursorstring nullable required

Cursor for the next page of results. Null if no more pages.

totalCountinteger

Total number of sessions matching the query. Only included for filtered queries (e.g. status=live).