Retry an existing run in-place (same run_id).
file_inputs are provided.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key for idempotent requests. If provided, the server ensures the request is processed at most once. Retries with the same key return the original response. SDKs auto-generate this for write requests.
"550e8400-e29b-41d4-a716-446655440000"
Options for retrying an existing run in-place (same run_id).
Notes:
file_inputs are provided, existing input attachments are replaced.Override input values for workflow variables
Provide new sensitive inputs (supports nested objects); stored in vault and mapped to aliases
Provide new input files for this retry; replaces existing input attachments
Override specific machine for this retry
Override pool filters if not using a specific machine
Keep existing session_id. If false and no session_id provided, clears session fields
Set/override session_id for this retry
Start a fresh new session for this retry (creates new session_id)
Set/override session_alias for this retry (used with start_session or session_id)
Override release_session_after behavior for this retry
Successful Response
Run response schema
scheduling, running, success, cancelled, task_failed, error Arbitrary usage/billing metadata captured during a run (schema is flexible)