Retry a run
Retry a workflow run using the original run parameters.
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Path Parameters
The id of the workflow run to retry.
"wr_123"
Response
Successfully retried workflow run
Unique identifier for this run. Run ID starts with tsk_ for task runs and wr_ for workflow runs.
"tsk_123"
"tsk_v2_123"
"wr_123"
Current status of the run
created, queued, running, timed_out, failed, terminated, completed, canceled "created"
"queued"
"running"
"timed_out"
"failed"
"terminated"
"completed"
"canceled"
Timestamp when this run was created
"2025-01-01T00:00:00Z"
Timestamp when this run was last modified
"2025-01-01T00:05:00Z"
Type of run - always workflow_run for workflow runs
"workflow_run"Output data from the run, if any. Format/schema depends on the data extracted by the run.
List of files downloaded during the run
URL to the recording of the run
True when the recording exists but has been archived to cold storage and is not currently accessible.
List of last n screenshot URLs in reverse chronological order - the first one the list is the latest screenshot.
Reason for failure if the run failed or terminated
Timestamp when this run was queued
Timestamp when this run started execution
Timestamp when this run finished
URL to the application UI where the run can be viewed
"https://app.skyvern.com/tasks/tsk_123"
ID of the Skyvern persistent browser session used for this run
"pbs_123"
ID of the browser profile used for this run
"bp_123"
The maximum number of scrolls for the post action screenshot. When it's None or 0, it takes the current viewpoint screenshot
The script run result
The errors for the run
Total number of steps executed in this run
Whether the workflow run was executed with agent or code
"agent"
"code"
Whether to fallback to AI if code run fails.
ID of the cached script used for this workflow run, if any.
The original request parameters used to start this workflow run

