Regulatory Reporting API
Art. 62 EU AI Act regulatory incident reporting — follow-up logs, structured reports, PDF export, and dashboard.
Endpoints Overview
| Method | Endpoint | Description |
|---|---|---|
| POST | /tickets/{id}/regulatory-follow-ups | Add follow-up |
| GET | /tickets/{id}/regulatory-follow-ups | List follow-ups |
| GET | /tickets/{id}/regulatory-report | Get structured report |
| GET | /tickets/{id}/regulatory-report/pdf | Download report PDF |
| GET | /spaces/{slug}/regulatory-dashboard | Dashboard summary |
Add Follow-Up
POST /tickets/{ticket_id}/regulatory-follow-ups
{
"note": "Contacted national authority",
"follow_up_type": "authority_contact",
"due_date": "2026-02-28T00:00:00Z"
}
Structured Report
GET /tickets/{ticket_id}/regulatory-report
Generates a structured incident report with AI system metadata autopopulated from the linked product.
PDF Export
GET /tickets/{ticket_id}/regulatory-report/pdf
Downloads the regulatory incident report as a PDF file.
Regulatory Dashboard
GET /spaces/{slug}/regulatory-dashboard
Returns summary statistics (open incidents, overdue follow-ups, resolution rate).