> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /api/organizations/{id}/usage

> Get usage consumption

## `GET /api/organizations/{id}/usage`

Get usage consumption for the organization within a time window.

### Example

```bash theme={"system"}
curl -X GET https://api.medera.info/api/organizations/{id}/usage \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json"

```
