GET
/
session
/
{session_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

The session ID

Response

200 - application/json

Detailed information about an existing session

session_id
string
required

Unique identifier for the session

status
string
required

Current status of the session

created_at
string

Creation timestamp (ISO 8601)

playbook_id
string | null

ID of the playbook used

pull_request
object | null

Pull request information (null if no PR is associated) containing url field

snapshot_id
string | null

ID of the machine snapshot used

status_enum
enum<string> | null

Session status enumerations

Available options:
RUNNING,
blocked,
stopped
structured_output
object | null

Task-specific structured output

title
string | null

Session title

updated_at
string

Last update timestamp (ISO 8601)