v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Browser Sessions

Get Browser Session

Retrieves detailed information about a specific browser session.

get/v1/sessions/{session_id}

Path parameters

session_idstring required

The ID of the session to retrieve.

Response

Session retrieved successfully.

session_idstring

The unique identifier of the session.

team_idstring

The team ID associated with the session.

durationinteger

The duration of the session in seconds.

statusstring

The current status of the session.

credits_usednumber

The number of credits consumed by the session.

configurationobject

The configuration settings for the session.

playgroundboolean

Whether this is a playground session.

proxy_bytesinteger

The number of bytes transferred through the proxy.

tokensobject

Token usage information.

stepsinteger

Number of AI agent steps executed in the session.

tagsobject

Tags associated with the session.

created_atstring date-time

The timestamp when the session was created.