Runs
Retry run
Start a new run using the source run input. By default the retry uses the latest automation version; pass version=original to pin the same source version as the original run.
post/api/v1/runs/{id}/rerun
Path parameters
idstring required
Source run id to retry.
Source run id to retry.
Query parameters
versionstring
Version for the new run. original pins the source run. Defaults to latest.
Version for the new run. original pins the source run. Defaults to latest.
wait_for_completioninteger
Seconds to wait before returning (max 600). Omit for async.
Seconds to wait before returning (max 600). Omit for async.
Response
Rerun completed while waiting