Skip to main content

Regenerate a report

POST 

/api/v1/reports/:report_id/regenerate

Re-enqueue PDF generation for an existing report.

Resets the report status back to generating and re-enqueues the the background task queue generate_report_task. Useful when prior generation failed, assessment data changed, or template updates need to land.

  • Scope required: reports:generate.
  • Rate-limit tier: report_generate (10/hour/user).
  • Not idempotent — each call produces a fresh PDF.

Request

Responses

Successful Response