Get browser session detail
GET /api/v1/browser-sessions/{session_id}
Returns the full detail of a single browser session including summary, screenshots, and recording path.
Authorizations
Parameters
Path Parameters
The browser session UUID
The browser session UUID
Responses
200
Successful Response
Full detail of a single browser session.
Attributes: id: Session UUID. agent_role: Which agent ran the session. tier: Autonomy tier. task: Browsing objective description. target_url: Starting URL. status: Current lifecycle status. approval_id: AutonomyEngine approval ID (payment tier). recording_gcs_path: GCS path to rrweb recording. summary: Structured session summary. screenshots: GCS paths to screenshots. credits_consumed: Credits used. duration_ms: Session duration in milliseconds. error_message: Error description if session failed. created_at: When the session was requested. completed_at: When the session finished.
object
422
Validation Error