Ejecutar un informe guardado
beebole_run_reportExecute a saved report by ID and retrieve its data rows. Optionally poll for async results and override the time range with custom period or filters.
Instructions
Ejecuta un informe guardado por id y devuelve sus filas. Hace polling si el informe es asíncrono (campo pending). period/filters son opcionales para sobrescribir el rango.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | BeeboleId (ObjectId, 24 hex). | |
| period | No | Periodo a aplicar; con target="custom" usa start/end (epoch ms). | |
| filters | No | Array de BeeboleReportFilter. |