Skip to main content
GET
Get Session

Authorizations

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

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

Lightweight metadata for one V4 session (its most recent run).

Deliberately slim — just what a session list needs (open the conversation, show a label + status + time). The heavy per-run fields (result, error, token/cost totals) live on RunSummary and aren't repeated here.

sessionId
string<uuid>
required
workspaceId
string<uuid> | null
required
latestRunId
string<uuid>
required
task
string
required
title
string | null
required
status
enum<string>
required
Available options:
queued,
dispatching,
running,
completed,
failed,
cancelled
createdAt
string<date-time>
required
updatedAt
string<date-time>
required