# Get encryption configuration usage

Returns wrapped-DEK counts for customer-visible configurations. Old keys must remain accessible while referenced. This does not count legacy non-envelope ciphertext.

Required permission: Account > Admin > Encryption > Read

**Response body:**

{object}
- `data`: {object}
  - `usage`: {object}

## API reference

GET /v1/encryption/usage

GET /v1/teams/{teamId}/encryption/usage

### Example Response

200 OK: Wrapped-DEK counts by configuration ID.

```json
undefined
```

## CLI reference

$ northflank get encryption configurations usage

Options:

- `--verbose `: Verbose output

- `--quiet `: No console output

- `-o --output <format>`: Output formatting 

### Example Response

 Wrapped-DEK counts by configuration ID.

```json
undefined
```

## JavaScript client reference

### Example request



```javascript
await apiClient.get.encryption.configurations.usage({});
```

### Example Response

 Wrapped-DEK counts by configuration ID.

```json
{
  "rawResponse": "...",
  "request": "...",
  "error": "..."
}
```

Previous: [Enable Northflank-managed envelope encryption](/docs/v1/api/team/encryption-configurations/enable-northflank-managed-envelope-encryption)

Next: [List gradual rollout strategies](/docs/v1/api/team/rollout-strategies/list-gradual-rollout-strategies)