Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Control Plane ../test-workflow-executions operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

List test workflow executions

List test workflow executions

path Parameters
environmentId
required
string

environmentID

id
required
string

unique id of the object

Responses

Response samples

Content type
[
  • {
    }
]

Get test workflow execution

Get test workflow execution details

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

executionID
required
string

unique id of the object execution

Responses

Response samples

Content type
[
  • {
    }
]

Abort test workflow execution

Abort test workflow execution

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

executionID
required
string

unique id of the object execution

Responses

Response samples

Content type
application/problem+json
[]

Download test workflow artifact archive

Download the artifact archive from the given execution

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

executionID
required
string

unique id of the object execution

query Parameters
mask
string

mask to filter files

Responses

Response samples

Content type
application/problem+json
[]

Get test workflow execution's artifacts by ID

Returns artifacts of the given executionID

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

executionID
required
string

unique id of the object execution

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Download test workflow artifact

Download the artifact file from the given execution

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

executionID
required
string

unique id of the object execution

filename
required
string

filename of the object usually used for artifacts

Responses

Response samples

Content type
application/problem+json
[]