Skip to main content
POST
/
v1
/
runs
/
{run_id}
/
retry_webhook
Retry run webhook
curl --request POST \
  --url https://api.skyvern.com/v1/runs/{run_id}/retry_webhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhook_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

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

Path Parameters

run_id
string
required

The id of the task run or the workflow run.

Example:

"tsk_123"

Body

application/json
webhook_url
string | null

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

Response

Successful Response