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

Get Test Workflow artifact

Get Test Workflow artifact

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

executionID
required
string

unique id of the test execution

artifactID
required
string

unique id of the artifact

Responses

Response samples

Content type
application/json
{
  • "url": "string"
}

Download test workflow artifact

Download test workflow artifact

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

executionID
required
string

unique id of the test execution

artifactID
required
string

unique id of the artifact

Responses

Response samples

Content type
application/problem+json
{}

Serve Test Workflow artifact

Serve Test workflow artifact

Authorizations:
None
path Parameters
id
required
string

unique id of the object

environmentID
required
string

unique id of the environment

executionID
required
string

unique id of the test execution

artifactID
required
string

unique id of the artifact

Responses

Response samples

Content type
application/json
{
  • "url": "string"
}