# Default storages - Introduction

The API endpoints described in this section are convenience endpoints that provide access to Actor run's default storages (dataset, key-value store, and request queue) without the need to resolve the storage ID first.

<!-- -->

## [Get default dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-get.md)

[/actor-runs/{runId}/dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-get.md)

## [Update default dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-put.md)

[/actor-runs/{runId}/dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-put.md)

## [Delete default dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-delete.md)

[/actor-runs/{runId}/dataset](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-delete.md)

## [Get default dataset items](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-items-get.md)

[/actor-runs/{runId}/dataset/items](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-items-get.md)

## [Store items](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-items-post.md)

[/actor-runs/{runId}/dataset/items](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-items-post.md)

## [Get default dataset statistics](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-statistics-get.md)

[/actor-runs/{runId}/dataset/statistics](https://pr-2431.preview.docs.apify.com/api/v2/actor-run-dataset-statistics-get.md)
