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.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Source run id to retry.
Query Parameters
Version for the new run. original pins the source run. Defaults to latest.
Seconds to wait before returning (max 600). Omit for async.
0 <= x <= 600Response
Rerun completed while waiting
workflow, agent True when the run has reached a terminal status.
Deterministic pseudo-random rank in [0, 1) for this run within the tenant. Use with a sample rate threshold to review a stable subset.
0 <= x <= 1Slim execution metadata always present (status, schemaValid, batchId, retry). Pass expand=execution to replace with full RunExecution (WorkflowRunExecution or AgentRunExecution depending on run type).
- Option 1
- Option 2
- Option 3
Parent run id when this run was started by an invoke-workflow step. Omitted for top-level runs.
Present only on eval-scoped runs. Omitted otherwise.
Completed runs only. Per-automation business result — not a generic schema. Absent until the run completes.
Completed runs only. Download with GET /api/v1/runs/:id/artifacts/:path. Absent until the run completes.
Terminal failure message. Present on terminal runs; null when the run succeeded. Absent while the run is still in flight.
Present only with expand=input.
Present only with expand=usage. Null for old runs without telemetry.
Present only with expand=debug.