Skip to content

GET /runs/:id/inbox

GET
/runs/{id}/inbox
curl --request GET \
--url https://example.com/runs/example/inbox

Warren-3d0b: the in-pod steering poll for the K8s backend. Bearer-gated like every /runs route; the pod carries its per-run SCOPED token (warren-57fd). Destructive on read (it claims unread messages), so for a non-run caller it is operator-only (warren-b875). ?peek=1 lists the unread queue WITHOUT claiming (warren-3305) — the only safe way for an operator or the UI to inspect it; a bare poll steals the message from the pod’s steering poll.

id
required
string

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}