> ## 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.

# Usage

> Get tenant usage

## `GET /api/billing/usage`

Get tenant usage by metric (sessions, intake calls, PA generations, code predictions, multimodal minutes).

### Example

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

```
