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

# Documentos recibidos por periodo

> Lista documentos recibidos en un periodo según el SII.

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

| Parámetro | Tipo   | Descripción       |
| --------- | ------ | ----------------- |
| `periodo` | string | Periodo `YYYY-MM` |

```json Response 200 theme={null}
{
  "periodo": "2026-04",
  "documentos": [
    { "tipo_dte": 33, "folio": 5678, "emisor_rut": "98.765.432-1", "monto_total": 250000, "fecha_emision": "2026-04-05" }
  ],
  "total": 23
}
```
