GET /testrun

Retrieves a Test Run given the Test Execution and Test keys.
The response will contain all information related to a Test Run, e.g., status, created and finish dates, step results, test environments, defects, Test Run Custom fields, and so on.

In case the Test Run has iterations, steps will not appear. However, if it has parameters but executed one time, it will show the steps and the parameters info.

Servers

Query parameters

Name Type Required Description
testExecIssueKey String Yes

The key of the Test Execution

testIssueKey String Yes

The key of the Test

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.