**Source URL:** https://limited.veevavault.dev/safety/vault-api/api-reference/23.3/sandbox-vaults/recheck-sandbox-usage-limit.md

# Recheck Sandbox Usage Limit



Recalculate the usage values of the sandbox Vaults for the authenticated Vault. This action can be initiated up to three (3) times in a 24-hour period. In the UI, this information is available in **Admin > Settings**. Learn more about [viewing usage details in Vault Help](https://platform.veevavault.help/en/lr/48988).

<Endpoint path="/api/{version}/objects/sandbox/actions/recheckusage" method="POST"></Endpoint>

## Headers {#headers}

<FieldTable>
| Name | Description |
| --- | --- |
| `Accept` | `application/json` (default) or `application/xml` |
| `Content-Type` | `application/x-www-form-urlencoded` |
</FieldTable>

## Request {#request}

<CodeExample title="">
```
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
https://myvault.veevavault.com/api/v22.3/objects/sandbox/actions/recheckusage

```
</CodeExample>

## Response {#response}

<CodeExample title="">
```
{
    "responseStatus": "SUCCESS"
}

```
</CodeExample>

---

**Previous:** [Retrieve Sandbox Details by ID](/safety/vault-api/api-reference/23.3/sandbox-vaults/retrieve-sandbox-details-by-id)  
**Next:** [Change Sandbox Size](/safety/vault-api/api-reference/23.3/sandbox-vaults/change-sandbox-size)