Skip to main content
GET
List Sessions

Authorizations

X-Browser-Use-API-Key
string
header
required

Query Parameters

limit
integer
default:20

Max sessions per page (max 100).

Required range: 1 <= x <= 100
cursor
string | null

Keyset cursor from a prior response.

Response

Successful Response

One entry per session (the session's most recent run), most-recent first.

A V4 session is a conversation: every follow-up run reuses the same public_session_id. GET /api/v4/runs returns one row per RUN, so callers that want a list of distinct sessions (e.g. the recent-sessions panel) should use this instead of de-duplicating runs client-side.

sessions
SessionInfo · object[]
required
nextCursor
string | null
hasMore
boolean
default:false