results

Get test run result by code

This method allows to retrieve a specific test run result by Hash.

get/result/{code}/{hash}

Path parameters

codestring required

Code of project, where to search entities.

hashstring required

Hash.

Response

A test run result.

statusboolean

Example response

{
  "result": {
    "end_time": "2021-12-30T19:23:59+00:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.