Reports
List all reports
Returns an array of all reports with filtering and sorting capabilities.
GET
List all reports
Authorizations
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, status, created_at, updated_at
Example:
"-created_at"
Filter by project ID
Filter by report status
Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.
Available options:
default, summary, summary_with_export File format for async export (only with response_mode=summary_with_export). Default: csv.
Available options:
csv, json List all reports