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

# Obtener resumen RCOF

> Obtiene el resumen del RCOF para una fecha.

**Autenticación:** Bearer JWT o API Key — **Headers:** `X-Empresa-Id` (requerido)

| Parámetro | Tipo   | Descripción                       |
| --------- | ------ | --------------------------------- |
| `fecha`   | string | Fecha `YYYY-MM-DD` (default: hoy) |

```json Response 200 theme={null}
{
  "fecha": "2026-04-09",
  "estado": "enviado",
  "track_id": "987654321",
  "resumen": { "boletas_afectas": 15, "boletas_exentas": 3, "monto_total": 1500000 }
}
```
