# Last Actor run's default key-value store

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-2482.preview.docs.apify.com/api/v2/storage-key-value-stores.md)

<!-- -->

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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