Skip to main content

List test runs

GET 

/v2/test-runs

Lists test runs, newest first; runs that have not started yet come first. Recording and versioning runs are not listed.

Request

Responses

Array of test run summaries

Response Headers
    X-Total-Count

    Total number of matching rows.

    Example: 137
    Link

    Links to the first, prev, next and last page (RFC 8288).

    Example: </v2/tests?page=1&pageSize=50>; rel="first", </v2/tests?page=3&pageSize=50>; rel="next", </v2/tests?page=3&pageSize=50>; rel="last"