List quarantined inbound frames (operator triage)
Returns a page of inbound frames the STR path could not turn into a persisted message, newest first. Given the stage and message code an INBOUND_QUARANTINED reconciliation case prints, this is how an operator reaches the sibling frames without database access. stage / messageCode / nuOp are exact-match filters; receivedAt bounds are inclusive. Each row publishes its parkKey — the subject of the replay command — plus whether a replay already ran and why the last attempt failed. The response NEVER carries the frame itself (no field on the row can hold it) and carries no monetary field.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
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.
Message-code filter (EXACT match only — the column is hash-indexed).
Operation-reference filter (EXACT match only — the column is hash-indexed).
Inclusive start of the receivedAt window (RFC3339 timestamp or YYYY-MM-DD).
Inclusive end of the receivedAt window (RFC3339 timestamp or YYYY-MM-DD); a bare date includes the whole day.
Opaque pagination cursor from a previous response. A malformed cursor is refused (SPB-0003), never silently restarted from page one.
Page size (1-100, default 50).
1 <= x <= 100Response
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
Parked inbound frames on this page, newest first.
Page size applied to this response (max items returned).
Opaque cursor for the next page; absent when there are no further pages.

