Get Agent Session Ide
Return the IDE link for the session's live sandbox: the membership-gated dashboard page, which performs the sandbox proxy handoff itself. No credential is minted here — the URL grants nothing by possession. 409 when the sandbox isn't running (send the session a message to wake it first). Backs the `agent session ide` CLI verb.
Return the IDE link for the session's live sandbox: the membership-gated dashboard page, which performs the sandbox proxy handoff itself.
No credential is minted here — the URL grants nothing by
possession. 409 when the sandbox isn't running (send the
session a message to wake it first). Backs the agent session ide CLI verb.
Authorization
HTTPBearer In: header
Path Parameters
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/sessions/string/ide"{ "url": "string"}Get Agent Session Executions
Return the session's executions with their launch context — most notably system_prompt_append, the text Ellipsis appends to Claude Code's default system prompt (platform section + response instructions + the config's customer instructions). Per execution because each cold wake persists its own launch config (a config edit or replay override between wakes changes it).
Get Agent Session Log
Return the session log — the complete, ordered, downloadable history of the session (agent output, tool calls, thinking, lifecycle events, sandbox output, message events) as an ordered manifest of presigned segment URLs. Segments are gzip members: download in order and concatenate for one file. The JSON API never carries the bytes (same two-step as assets). /records is the paged live view of the same data.