# Actor runs

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](https://docs.apify.com/platform/actors/running/usage-and-resources#usage).

<!-- -->

## [Get list of runs](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-get)

[/acts/{actorId}/runs](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-get)

## [Run Actor](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-post)

[/acts/{actorId}/runs](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-post)

## [Run Actor synchronously and return output](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-post)

[/acts/{actorId}/run-sync](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-post)

## [Run Actor synchronously without input](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get)

[/acts/{actorId}/run-sync](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get)

## [Run Actor synchronously and get dataset items](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)

[/acts/{actorId}/run-sync-get-dataset-items](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)

## [Run Actor synchronously without input and get dataset items](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get-dataset-items-get)

[/acts/{actorId}/run-sync-get-dataset-items](https://pr-2482.preview.docs.apify.com/api/v2/act-run-sync-get-dataset-items-get)

## [Resurrect run](https://pr-2482.preview.docs.apify.com/api/v2/act-run-resurrect-post)

[/acts/{actorId}/runs/{runId}/resurrect](https://pr-2482.preview.docs.apify.com/api/v2/act-run-resurrect-post)

## [Get last run](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-last-get)

[/acts/{actorId}/runs/last](https://pr-2482.preview.docs.apify.com/api/v2/act-runs-last-get)

## [Get run](https://pr-2482.preview.docs.apify.com/api/v2/act-run-get)

[/acts/{actorId}/runs/{runId}](https://pr-2482.preview.docs.apify.com/api/v2/act-run-get)

## [Abort run](https://pr-2482.preview.docs.apify.com/api/v2/act-run-abort-post)

[/acts/{actorId}/runs/{runId}/abort](https://pr-2482.preview.docs.apify.com/api/v2/act-run-abort-post)

## [Metamorph run](https://pr-2482.preview.docs.apify.com/api/v2/act-run-metamorph-post)

[/acts/{actorId}/runs/{runId}/metamorph](https://pr-2482.preview.docs.apify.com/api/v2/act-run-metamorph-post)
