List test run artifacts
Test Runs
List test run artifacts
Lists downloadable artifacts (traces, reports, screenshots, etc.) stored for a test run. Provide key for an exact lookup, or prefix/suffix to filter the listing. Returns an empty list when nothing matches.
GET
List test run artifacts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Test run database ID.
Required range:
x >= 1Query Parameters
Exact artifact path (relative to the run) to look up via a single HEAD request. Takes precedence over prefix/suffix.
Restrict the listing to artifacts whose path starts with this.
Restrict the listing to artifacts whose path ends with this.
Response
The matching artifacts.