# Default key-value store

The API endpoints described in this section are convenience endpoints that provide access to Actor run's default key-value store without the need to resolve the key-value store ID first.

Subset of functionality described in: [Key-value stores](https://pr-2482.preview.docs.apify.com/api/v2/storage-key-value-stores.md)

<!-- -->

## [Get default store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-get)

[/actor-runs/{runId}/key-value-store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-get)

## [Update default store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-put)

[/actor-runs/{runId}/key-value-store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-put)

## [Delete default store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-delete)

[/actor-runs/{runId}/key-value-store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-delete)

## [Get default store's list of keys](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-keys-get)

[/actor-runs/{runId}/key-value-store/keys](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-keys-get)

## [Download default store's records](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-records-get)

[/actor-runs/{runId}/key-value-store/records](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-records-get)

## [Get default store's record](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-get)

[/actor-runs/{runId}/key-value-store/records/{recordKey}](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-get)

## [Store record in default store](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-put)

[/actor-runs/{runId}/key-value-store/records/{recordKey}](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-put)

## [Store record in default store (POST)](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-post)

[/actor-runs/{runId}/key-value-store/records/{recordKey}](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-post)

## [Delete default store's record](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-delete)

[/actor-runs/{runId}/key-value-store/records/{recordKey}](https://pr-2482.preview.docs.apify.com/api/v2/actor-run-key-value-store-record-delete)
