Skip to main content
POST
Replay one quarantined inbound frame

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string
required

Idempotency key. Required on every mutation.

X-TTL
string

Idempotency key TTL in seconds (overrides the service default).

Path Parameters

parkKey
string
required

The frame's identity: the 64-character lowercase sha256 hex of the raw parked bytes, as published on the triage listing.

Response

OK

correlationId
string
required

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

parkKey
string
required

The frame's identity, echoed back.

Example:

"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"

processed
boolean
required

True when this command both put the frame back through the inbound path and claimed the row. A concurrent command that lost the claim is refused with 409 instead.

quarantineId
string
required

Evidence row UUID of the frame that was replayed.

Example:

"2f8d1c40-0a1b-4c2d-8e3f-000000000001"

stage
string
required

The stage the frame had originally been parked at.

Example:

"envelope_decode"