v65

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0386234904.1 KB
Runs

Replay a run webhook

Retry sending the webhook for a run

post/v1/runs/{run_id}/retry_webhook

Path parameters

run_idstring required

The id of the task run or the workflow run.

Example:tsk_123

The id of the task run or the workflow run.

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request body

webhook_urlstring nullable

Optional webhook URL to send the payload to instead of the stored configuration

Response

Successful Response

run_idstring required

Identifier of the run that was replayed

run_typestring required

Run type associated with the payload

default_webhook_urlstring nullable

Webhook URL stored on the original run configuration

target_webhook_urlstring nullable

Webhook URL that the replay attempted to reach

payloadstring required

JSON payload that was delivered during the replay attempt

headersobject required

Signed headers that were generated for the replay attempt

status_codeinteger nullable

HTTP status code returned by the webhook receiver, if available

latency_msinteger nullable

Round-trip latency in milliseconds for the replay attempt

response_bodystring nullable

Body returned by the webhook receiver (truncated to 2KB)

errorstring nullable

Error message if the replay attempt failed