GET /sessions/{session_id}/output

Return the session's typed 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.

curl "https://api.ellipsis.dev/v1/sessions/{session_id}/output" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"
{}
No request body.
{
  "type": "object"
}

Request

Responses

On this page

No Headings
Schedule a demo