Get one session

View as Markdown

Fetch one session in the active account by id. Status is reconciled from control/daemon snapshots when available.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
Session ID

Response

Session info
created_atstring
endpointsobject
idstring
session_typestring
statusstring
active_connection_leasesinteger or null>=0

Active connection leases reported by the owning daemon (if available).

persistenceboolean or null
Whether this session's workspace is configured to persist after termination.
workspace_idstring or null
Durable workspace identity.

Errors