Get one pause record
Fetch one pause record with its full audit trail: scope and target, cause, reason, who opened it and when, any scheduled resume and its extensions, and — once released — who released it and when. Readable by any organization member. Cross-tenant access returns 404, never 403.
Authorizations
Path Parameters
Response
Successful Response
One hold on dispatch — an admin hold or an automatic backoff.
Both kinds share this one shape, so a single listing shows everything
currently holding dispatch. scope says how much is held and the
matching target field (tenancy_id, lane, bucket, or batch_id)
says exactly what. cause is the machine-readable origin
(admin_request for a human hold, the provider fault tag for an
automatic backoff) and reason is the human note, if any. A released
pause keeps its record: released_at and released_by complete the
audit trail, and extensions lists every time a scheduled resume was
pushed out.