Retry a failed event
Events
Retry a failed event
Reset a FAILED event to PENDING for reprocessing.
POST
Retry a failed event
Requeues aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
FAILED event for reprocessing. The event is returned to PENDING status for a fresh set of processing attempts with exponential backoff.
Only events in FAILED status can be retried. Events in any other status (RECEIVED, PENDING, PROCESSING, COMPLETED) return 409 Conflict. This is useful after fixing the underlying issue (such as a misconfigured rule or a missing participant) that caused the original failure.
For usage patterns and examples, see the Event Processing guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Event ID
Response
Event queued for retry
ID of the event being retried
Example:
"9d5f7d4a-18f8-4b73-9e26-7b5a0b5bb0d1"
Confirmation message
Example:
"Event queued for retry"
Error message from the previous failed attempt
Example:
"action CREDIT failed: amount exceeds asset scale"
Status the event was in before retry (always FAILED)
Example:
"FAILED"
New status after retry (always PENDING)
Example:
"PENDING"