Skip to main content
apify.getRun gets the current state and storage IDs for one Apify Actor run.

Example

automations/apify-get-run.automation.ts

Inputs

runId is the Actor run ID.

Output

Returns the Actor run, including status, Actor and task IDs, build ID, default dataset, key-value store and request queue IDs, timestamps, exit code, statistics, and usage. This read is safe to retry. The action fails when the run does not exist or the connected token cannot read it.