GET /runs/:id/inbox
GET
/runs/{id}/inbox
const url = 'https://example.com/runs/example/inbox';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/runs/example/inboxWarren-3d0b: the in-pod steering poll for the K8s backend. Bearer-gated like every /runs route; the pod carries WARREN_API_TOKEN.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
Responses
Section titled “Responses”Successful response.
default
Section titled “default”Error response (see src/core/errors.ts).
