Actor runs - Introduction
The API endpoints in this section allow you to manage your Apify Actors runs.
Some API endpoints return run objects. If a run object includes usage costs in dollars, note that these values are calculated based on your effective unit pricing at the time of the query. As a result, the dollar amounts should be treated as informational only and not as exact figures.
For more information about platform usage and resource calculations, see the Usage and Resources documentation.
Get list of runs
/acts/{actorId}/runs
Run Actor
/acts/{actorId}/runs
With input
/acts/{actorId}/run-sync
Without input
/acts/{actorId}/run-sync
Run Actor synchronously with input and get dataset items
/acts/{actorId}/run-sync-get-dataset-items
Run Actor synchronously without input and get dataset items
/acts/{actorId}/run-sync-get-dataset-items
Resurrect run
/acts/{actorId}/runs/{runId}/resurrect
Get last run
/acts/{actorId}/runs/last
Get run
/acts/{actorId}/runs/{runId}
Abort run
/acts/{actorId}/runs/{runId}/abort
Metamorph run
/acts/{actorId}/runs/{runId}/metamorph