Skip to main content
GET
List quarantined inbound records

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

causeKind
enum<string>

Narrow to one quarantine cause. codec: the record's CloudEvents headers would not decode, so the producer's wire format is the suspect. handler: a consumer returned a terminal error, so the business rejection is. source_mismatch: the record came from an unexpected producer. unhandled_key: no handler is registered for that event, so this service's registrations drifted behind the producer's catalog.

Available options:
codec,
handler,
source_mismatch,
unhandled_key
eventType
string

Narrow to one event key, spelled "." as the producing catalog spells it.

Maximum string length: 256
Example:

"contract.registered"

limit
integer<int64>
default:25

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: 0 <= x <= 10000

Response

OK

data
object[] | null
required

Quarantined records, most recently seen first; always present, empty slice when none match.