# Last Actor run's default key-value store - Introduction

The API endpoints described in this section are convenience endpoints that provide access to Actor's last 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-2441.preview.docs.apify.com/api/v2/storage-key-value-stores.md)

<!-- -->

## [Get last run's default store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-get.md)

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

## [Update last run's default store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-put.md)

[/acts/{actorId}/runs/last/key-value-store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-put.md)

## [Delete last run's default store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-delete.md)

[/acts/{actorId}/runs/last/key-value-store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-delete.md)

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

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

## [Download last run's default store's records](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-records-get.md)

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

## [Get last run's default store's record](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-get.md)

[/acts/{actorId}/runs/last/key-value-store/records/{recordKey}](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-get.md)

## [Store record in last run's default store](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-put.md)

[/acts/{actorId}/runs/last/key-value-store/records/{recordKey}](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-put.md)

## [Store record in last run's default store (POST)](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-post.md)

[/acts/{actorId}/runs/last/key-value-store/records/{recordKey}](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-post.md)

## [Delete last run's default store's record](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-delete.md)

[/acts/{actorId}/runs/last/key-value-store/records/{recordKey}](https://pr-2441.preview.docs.apify.com/api/v2/act-runs-last-key-value-store-record-delete.md)
