# Retrieve export metrics

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

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

Returns aggregate export metrics for the account, including totals by status and the most recent exports.

To page through all exports, use the exports collection endpoint, which requires the `exports.read` permission.

Required permissions: `reports.read`.

## Responses

### 200

Returns the export metrics for the account.

Body: `data`: object.

Fields of object:

| Field | Type | Required | Description |
|---|---|---|---|
| `consistency` | object | yes |  |
| `latest` | array of Export | yes |  |
| `summary` | 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.

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