Skip to main content

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.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Response uses standard Laravel pagination with data, current_page, last_page, per_page, total, etc. Each item in data is a custom report object.

Request

Responses

Successful response