Skip to content

Get a command

GET
/api/v3/organizations/{organisation}/environments/{environment}/commands/{command}

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

Example
test-org
environment
required
string

The environment ID

Example
test-env
command
required
string

The command ID

Example
test-cmd

Responses

200

The command

object
runId
string
runType
string
command
string
status
string
startTime
string
endTime
string
exitCode
integer
output
Array<string>
scheduleName
string
targetContainerName
string