Get Session
Sessions
Get Session
Retrieve info about an existing browser
GET
Get Session
Documentation Index
Fetch the complete documentation index at: https://docs.rustybrowser.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Returns the current state and metadata of a browser.Authentication
Self-hosted open source deployments do not require authentication.
Path Parameters
The browser ID returned from Create Session.
Response
Whether the request was successful.
UUID of the browser record.
The browser ID.
ID of the user who owns this session.
Current status. One of
active or closed.Tokens consumed by this session.
ISO 8601 timestamp of when the browser was created.
ISO 8601 timestamp of when the browser was closed. Zero value if still active.

