# Retrieve support metrics

`GET https://api.cademi.com.br/api/v3/reports/support`

Operation ID: `reports.support.get` · API v3

Returns message volume and response metrics for each support channel within the requested date range.

`from` and `to` are required, `from` must not be later than `to`, and the range cannot exceed 90 days. Figures are computed from live data.

Required permissions: `reports.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `from` | query | string (date) | yes |  |
| `to` | query | string (date) | yes |  |

## Responses

### 200

Returns the support metrics by channel.

Body: `data`: object.

Fields of object:

| Field | Type | Required | Description |
|---|---|---|---|
| `channels` | object | yes |  |
| `consistency` | object | yes |  |
| `window` | object | yes |  |

### 400

The request contains an unsupported query parameter.

Body: Error.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 422

The request body or query parameters failed validation.

Body: ValidationFailed.

Full schema: https://cademi.dev/openapi/v3.json
