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.