# Check if a record exists


```
HEAD 
https://api.apify.com/v2/key-value-stores/:storeId/records/:recordKey
```


Check if a value is stored in the key-value store under a specific key.

## Request

### Path Parameters

* **storeId** string required

  Key-value store ID or `username~store-name`.

  **Example:** `WkzbQMuFYuamGv3YF`

  **recordKey** string required

  Key of the record.

  **Example:** `someKey`

<!-- -->

### Status 200

The record exists

**Response Headers**



### Status 404

The record does not exist

**Response Headers**

