Skip to main content
POST
Requeue multiple dead-lettered registrations
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /work/registrations/requeue-batch Description: Batch variant of requeue (H-17), backing a “retry all dead-lettered” action in one call rather than N. Mirrors queue-batch exactly — same 200-id cap, same de-duplication, same per-row isolation, same { queued, skipped: [{ id, reason }] } response — only the per-row rule differs: a row that is not dead-lettered lands in skipped with its current status rather than being requeued. Authorization:
  • Required role: admin or higher
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
registrationIds
string<uuid>[]
required
Maximum array length: 200

Response

Batch processed (may include per-row skips)

success
boolean
Example:

true

data
object