Download all uploaded files of a test run

A successful request to this endpoint returns all test report files of a test run, including test results, screenshots, and execution metadata.

Request

This request uses the GET method, which is used to retrieve and export the details of a specific test run or execution from the specified resource.

For basic authorization, replace this with your actual username and password (or API key) in the header request in the username:password or username:api_key format. Your user creds are combined to form a Base64 encoded string.

Provide the following required query parameters:

  • id: the alphanumeric ID of the test run or execution. This is required.

Response

If authorized, the API response provides a download link of all the files related to the test run. This includes test results, screenshots, and execution metadata in the format prescribed by the REST API.

For more information, see Download report files using REST API.

Try it!

  1. Enter the test run ID and select the file type below.
  2. Select the language in Language.
  3. Enter your user name or API credentials.
  4. Review your API call and click Try it!
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!