Replay a Run Callback
Retry delivery of a failed callback for a run to your webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.edges.run/llms.txt
Use this file to discover all available pages before exploring further.
- Each replay creates a new callback (up to 3 total replays)
- You can only replay the original callback, not callback responses
- This helps you track each attempt and identify specific issues with your webhook URL
- Your webhook URL was temporarily unavailable
- You received a callback but want to retry processing
- You need to debug callback delivery issues
Authorizations
Path Parameters
Run callback UUID
Response
Returns the run callback created for the replay
Returns the run callback created for the replay
Run callback UUID
Identifies the original run callback from which the current callback originates. It is set when a callback is created as part of a replay of a previous run callback.
Retry count
Created at
Callback status
PENDING, RUNNING, FAILED, SUCCESS Callback URL
HTTP status code of the callback
HTTP response of the callback
Batch UUID
Run UUID
Scheduled run UUID if the callback is associated with a scheduled run
Error information if the callback failed
Workspace UUID

