Skip to main content
GET
Report export jobs

Overview

Every Generate run from Reporting, a preset, or the automation action Generar reporte (send_report) enqueues an export job and stores the file in object storage. Use these endpoints to list Descargables and re-download with an authenticated session (not a permanent public signed URL). kind is one of: entities, transactions, investigations, alerts, documents (entity PDF profile and metrics reports). File retention is stored per job in fileExpiresAt. A null value means the file does not expire. New entity and transaction exports use null; other export kinds keep their configured retention period. This field is separate from linkExpiresAt, which only expires the signed link sent by email.

Authentication and tenant

string
required
Bearer YOUR_API_KEY β€” see Authentication.
string
required
Production or sandbox organization UUID β€” see Environments.

Permissions

List jobs

string
Optional UUID β€” only jobs produced from that report preset.
string
Optional template code (for example alerts_by_rules).
string
Optional job status (queued, running, completed, completed_email_failed, failed).
integer
Page size (1–100, default 50).
integer
Offset for pagination (default 0).

Response

Download a job file

Returns the binary file with Content-Disposition: attachment. Status codes: See also Report templates and Report presets.