Queue

Retry dead event

Requeues a dead event queue row: status back to pending, attempts reset to 0, error and locks cleared, available immediately. Anything not dead is refused — a pending row is already queued and a processing row is owned by a worker. Super-only (root / Owner / SuperAdmin).

POST
/api/v2/event-queue/{id}/retry

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Event queue row id

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/event-queue/0197f3c1-1b2c-7d3e-8f40-0a1b2c3d4e5f/retry"
{  "id": "0197f3c1-1b2c-7d3e-8f40-0a1b2c3d4e5f",  "status": "pending"}
{  "errors": {    "id": "Only dead events can be retried, this one is processing."  }}
{  "message": {    "error": "Your request was made with invalid credentials."  }}
{  "message": {    "error": "You are not allowed to perform this action."  }}
{  "errors": {    "id": "Event not found!"  }}
{  "message": {    "error": "Oops! Something went wrong! Write to administrator. Your Request Id {f1177aee-9a99-42f0-a23f-4dd29fc39b65-672e0df972ccb}"  }}