Skip to main content
GET
List quarantined inbound frames (operator triage)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

stage
string

Triage-stage filter (exact match), e.g. envelope_decode, xsd_validation, error_return_processing. A stage outside the vocabulary the table accepts is refused (SPB-0003) rather than answered with an empty page.

messageCode
string

Message-code filter (EXACT match only — the column is hash-indexed).

nuOp
string

Operation-reference filter (EXACT match only — the column is hash-indexed).

startDate
string

Inclusive start of the receivedAt window (RFC3339 timestamp or YYYY-MM-DD).

endDate
string

Inclusive end of the receivedAt window (RFC3339 timestamp or YYYY-MM-DD); a bare date includes the whole day.

cursor
string

Opaque pagination cursor from a previous response. A malformed cursor is refused (SPB-0003), never silently restarted from page one.

limit
integer<int64>
default:50

Page size (1-100, default 50).

Required range: 1 <= x <= 100

Response

OK

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

items
object[] | null
required

Parked inbound frames on this page, newest first.

limit
integer<int64>
required

Page size applied to this response (max items returned).

nextCursor
string

Opaque cursor for the next page; absent when there are no further pages.