Development
List commit test results
List the test results for a project commit (project version).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
The project version (commit) id.
Query Parameters
The page to return in a paginated query.
Required range:
x > 1
Maximum number of items to return per page.
Required range:
1 < x < 100
Filter objects by test type. Available types are integrity
, consistency
, performance
, fairness
, and robustness
.
Available options:
integrity
, consistency
, performance
, fairness
, robustness
Include archived goals.
Response
200 - application/json
Was this page helpful?