Get specified launch by UUID
GET/v1/:projectName/launch/uuid/:launchId
Get specified launch by UUID
Request
Path Parameters
launchId stringrequired
launchId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
analysing string[]
approximateDuration double
attributes
object[]
key string
value string
description string
endTime date-time
hasRetries boolean
id int64required
lastModified date-time
metadata
object
mode string
Possible values: [DEFAULT
, DEBUG
]
name stringrequired
number int64required
owner string
rerun boolean
startTime date-timerequired
statistics
object
defects
object
property name*
object
property name* int32
executions
object
property name* int32
status stringrequired
uuid stringrequired
{
"analysing": [
"string"
],
"approximateDuration": 0,
"attributes": [
{
"key": "string",
"value": "string"
}
],
"description": "string",
"endTime": "2024-10-07T13:47:24.317Z",
"hasRetries": true,
"id": 0,
"lastModified": "2024-10-07T13:47:24.317Z",
"metadata": {},
"mode": "DEFAULT",
"name": "string",
"number": 0,
"owner": "string",
"rerun": true,
"startTime": "2024-10-07T13:47:24.317Z",
"statistics": {
"defects": {},
"executions": {}
},
"status": "string",
"uuid": "string"
}
Loading...