List benchmarks for a project
List all benchmarks 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 benchmarks are sorted in alphabetical order by name. The HTTP response header X-Total-Count contains the total number of benchmarks.
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 benchmark name.
The field to sort by. If not specified, the default sort field is used.
If set to true, only returns archived benchmarks. If not set or set to false, only returns non-archived benchmarks.
Filter by benchmark name, exact match.
Search by benchmark name, slug, or UUID.
Response
successful operation