**Source URL:** https://general.veevavault.dev/regulatory/vault-api/api-reference/25.3/sandbox-vaults/recheck-sandbox-usage-limit

# Recheck Sandbox Usage Limit

Recalculate the usage values of the sandbox Vaults for the authenticated Vault. This action can be initiated up to 100 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/gr/48988).

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

## Headers

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

## Request

<CodeExample title="">
```bash
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

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

---

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