Custom Reports (CRUD)
List Custom Reports
List all custom reports for the authenticated user. Supports pagination, search by name, and filtering by domain.
Create Custom Report
Create a new saved custom report.
Show Custom Report
Get a single custom report by ID. The report must belong to or be shared with the authenticated user.
Update Custom Report
Update an existing custom report. Only the report owner can update it (returns 403 otherwise).
Delete Custom Report
Delete a custom report. Only the report owner can delete it (returns 403 otherwise). Also deletes associated shares.