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

# Get Account Reports Summary (v2)

> Resumen de reportes por tipo y rango de fechas.

Requiere **userApiKey**. Query: `type`, `since`, `until`.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/api/v2/accounts/1/reports/summary?type=conversation&since=2025-01-01&until=2025-01-31' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>
