List Custom Reports
GET/api/v2/custom-reports
List all custom reports for the authenticated user. Supports pagination, search by name, and filtering by domain.
Response uses standard Laravel pagination with data, current_page, last_page, per_page, total, etc. Each item in data is a CustomReportResource.
Request
Responses
- 200
Successful response