Skip to main content

Get specified launch by ID

GET 

/v1/:projectName/launch/:launchId

Get specified launch by ID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • 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
Loading...