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

<!-- -->

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

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

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

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

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

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

## [Without input](https://pr-2390.preview.docs.apify.com/api/v2/act-run-sync-get.md)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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