GET /sessions/{session_id}/output

Return the session's typed output.

MethodPath
GET/v1/sessions/{session_id}/output

The payload the agent submitted through its config-declared output.json_schema, as the raw JSON body with no envelope. 404 while the session is still running (poll GET /v1/sessions/{id}), when the agent declares no output block, or when no execution produced output.

Path parameters

session_idstringrequired
curl "https://api.ellipsis.dev/v1/sessions/{session_id}/output" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
}

On this page

No Headings
Schedule a demo