Replay Job Webhook V1
Re-fire the terminal webhook event for an already-finished job. Useful when the receiver was down during the original event…
POST
Re-fire the terminal webhook event for an already-finished job.
Useful when the receiver was down during the original event. Only
works on jobs in a terminal status (
succeeded or failed) — live
jobs return 409 because firing twice would confuse downstream
state machines that key on job.completed.
Both registered tenant WebhookEndpoint rows and ad-hoc per-job
webhook_url deliveries are re-attempted using the same payload
shape as the original.
Path parameters
string (uuid)
required
Response
ReplayWebhookResponse
string
required
string
required
The terminal event re-fired (job.completed | job.failed).
integer
required
Count of registered WebhookEndpoint rows the event was queued to.
boolean,null
If the job carried a
webhook_url in params, the outcome of the ad-hoc delivery attempt. None when no ad-hoc URL was set.