v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
runs

Get a specific run

This method allows to retrieve a specific run.

get/run/{code}/{id}

Path parameters

codestring required

Code of project, where to search entities.

idinteger required

Identifier.

Query parameters

includestring

Include a list of related entities IDs into response. Should be separated by comma. Possible values: cases, defects, external_issue

Response

A run.

statusboolean

Example response

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