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>"
}
]
}Retry sending the webhook for a run
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>"
}
]
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The id of the task run or the workflow run.
"tsk_123"
Optional webhook URL to send the payload to instead of the stored configuration
Successful Response