Skip to main content
GET
List sidecar outbox commands

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Query Parameters

status
string

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"

limit
integer
default:50

Max rows to return. Clamped to 200; non-numeric values fall back to 50.

Required range: x <= 200

Response

OK.

commands
object[]
count
integer

Number of commands in this page.

dead_letters
integer

How many of the returned commands are dead.

warning
string

Present only when dead_letters > 0: the work those commands represent has not happened and will not retry on its own.