Orchestration
List sidecar outbox commands
deprecated
The dead-letter surface for agent-runtime writes. Returns the company’s sidecar_commands rows, newest first. Defaults to the commands that have NOT landed (pending,delivering,dead). Requires an owner session cookie.
GET
List sidecar outbox commands
Authorizations
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
Query Parameters
Comma-separated statuses to include. Unrecognised values are dropped; if nothing valid remains the request fails with invalid_input. Defaults to pending,delivering,dead.
Example:
"dead"
Max rows to return. Clamped to 200; non-numeric values fall back to 50.
Required range:
x <= 200List sidecar outbox commands