Overview
Returns full information about a run, including its status, payload, output, metadata, and all attempt history. If authenticated with a Public API key,payload and output are omitted for security.
Endpoint
Path parameters
The unique run ID, prefixed with
run_.Response
Unique run ID, prefixed with
run_.Current status. One of:
PENDING_VERSION, DELAYED, QUEUED, EXECUTING, REATTEMPTING, FROZEN, COMPLETED, CANCELED, FAILED, CRASHED, INTERRUPTED, SYSTEM_FAILURE.The task that was run.
Worker version that executed the run.
Idempotency key used when triggering, if provided.
Whether this is a test run.
The payload passed to the task (omitted for Public API keys).
The output returned by the task (omitted for Public API keys).
Key-value metadata attached to the run.
Tags attached to the run.
ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.
When execution started.
When the run finished.
If delayed, when the run will be enqueued.
Time-to-live set on the run, if any.
If the TTL elapsed before execution, when the run expired.
Compute cost in cents (excludes DEV).
Invocation cost in cents (excludes DEV).
Total compute time in ms (excludes waits).
Depth in the task hierarchy. Root runs have depth
0.Batch ID if this run was created as part of a batch.
One of
trigger, triggerAndWait, batchTrigger, batchTriggerAndWait.Runs related to this one in the task hierarchy.
Schedule that triggered the run, if applicable.
History of all execution attempts.