Skip to content
API ReferenceEndpoints

Reports

List Reports

GET /api/reports

Returns a paginated list of generated reports.

Get Report

GET /api/reports/:reportId

Returns report metadata and content.

Download Report

GET /api/reports/:reportId/download

Download the report file in its generated format (JSON, CSV, or PDF).

Regenerate Report

POST /api/reports/:reportId/regenerate

Re-generate a report with the latest data.

Delete Report

DELETE /api/reports/:reportId

Delete a generated report.

On this page