Use this endpoint to re-queue an event that failed after exhausting all automatic retry attempts. Retrying resets theDocumentation Index
Fetch the complete documentation index at: https://docs.offthehook.dev/llms.txt
Use this file to discover all available pages before exploring further.
attempts counter to 0 and restarts the full retry schedule from the beginning, as if the event were being delivered for the first time.
Request
Path parameters
The subscription ID (e.g.
sub_2QkP9aB7xN...).The event ID to re-queue (e.g.
evt_8xN9kP2QbA...).Response
200 OK — the updatedEventView with status: "pending" and attempts reset to 0.
Errors
| Code | HTTP | Description |
|---|---|---|
not_found | 404 | The event ID does not exist, does not belong to the given subscription, or the subscription belongs to a different API key. |
unauthorized | 401 | The Authorization header is missing or the key is invalid. |