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}/runsRun Actor
/acts/{actorId}/runsRun Actor synchronously with input and return output
/acts/{actorId}/run-syncWithout input
/acts/{actorId}/run-syncRun Actor synchronously with input and get dataset items
/acts/{actorId}/run-sync-get-dataset-itemsRun Actor synchronously without input and get dataset items
/acts/{actorId}/run-sync-get-dataset-itemsResurrect run
/acts/{actorId}/runs/{runId}/resurrectGet last run
/acts/{actorId}/runs/lastGet run
/acts/{actorId}/runs/{runId}Abort run
/acts/{actorId}/runs/{runId}/abortMetamorph run
/acts/{actorId}/runs/{runId}/metamorph