List reports for a project
List all reports for a project. If the project is public, then the user does not need to be authenticated. If the project is private, then the user must be authenticated and have view permissions for the project, or provide a valid project key for the project. By default, the reports are sorted by date time in reverse chronological order. By default, the results and alerts for each report are omitted and only their counts are included. Set the expand query param to true to include the full results and alerts. The HTTP response header X-Total-Count contains the total number of reports.
Path parameters
The slug or UUID for a project.
Query parameters
The direction to sort by. If not specified, the default sort direction is used.
The page number to return. If not specified, the first page is returned.
The number of items to return per page. If not specified, the default number of items per page (8) is used.
Sort by date time.
The field to sort by. If not specified, the default sort field is used.
If set to true, only return reports with an archived branch or testbed. If not set or set to false, only returns reports with non-archived branches and testbeds.
Filter by branch UUID, slug, or name exact match.
Filter for reports before the given date time in milliseconds.
If set to true, include the full results and alerts for each report. If not set or set to false, the results and alerts are omitted and only the counts are included.
Filter for reports after the given date time in milliseconds.
Filter by testbed UUID, slug, or name exact match.
Response
successful operation