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

# Listar versiones

> Lista todas las versiones de la plantilla.

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

```json Response 200 theme={null}
{
  "versiones": [
    { "id": "tpl_v4", "version": 4, "activa": true, "created_at": "2026-04-01T10:00:00Z" },
    { "id": "tpl_v3", "version": 3, "activa": false, "created_at": "2026-03-15T10:00:00Z" }
  ]
}
```
