Skip to main content
GET
List browser sessions
Session history is newest first. Filter by status, use the opaque nextCursor unchanged, and use each item’s settings.id when you want to restore saved browser identity and state.

Authorizations

X-Api-Key
string
header
required

Client API key for the authenticated account.

Query Parameters

status
enum<string>
Available options:
running,
stopped,
timedOut,
failed
cursor
string
Minimum string length: 1
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Browser session history.

items
object[]
required
nextCursor
string | null
required