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.
Example response
{
"result": {
"start_time": "2021-12-30T19:23:59+00:00",
"end_time": "2021-12-30T19:23:59+00:00"
}
}