Ellipsis APIReferenceSessions

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.

GET
/v1/sessions/{session_id}/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.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

session_id*Session Id

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/sessions/string/ide"
{  "url": "string"}