Authorizations

Authorization
string
headerrequired

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

projectVersionId
string
required

The project version (commit) id.

Query Parameters

page
integer
default: 1

The page to return in a paginated query.

perPage
integer
default: 25

Maximum number of items to return per page.

type
enum<string>

Filter objects by test type. Available types are integrity, consistency, performance, fairness, and robustness.

Available options:
integrity,
consistency,
performance,
fairness,
robustness
includeArchived
boolean
default: false

Include archived goals.

Response

200 - application/json
items
object[]
required