Sessions API
Get a Session
GET
Get a Session
Documentation Index
Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Browserbase API Key.
Path Parameters
Response
200 - application/json
The request has succeeded.
The Project ID linked to the Session.
Available options:
PENDING, RUNNING, ERROR, TIMED_OUT, COMPLETED Indicates if the Session was created to be kept alive upon disconnections
The region where the Session is running.
Available options:
us-west-2, us-east-1, eu-central-1, ap-southeast-1 Optional. The Context linked to the Session.
Arbitrary user metadata to attach to the session. To learn more about user metadata, see User Metadata.
WebSocket URL to connect to the Session.
HTTP URL to connect to the Session.
Signing key to use when connecting to the Session via HTTP.
Previous
Update a SessionClose a Browserbase session by updating its status to REQUEST_RELEASE, or update other mutable session fields.
Next
Get a Session