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

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

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

List test with executions

List available test with executions

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

query Parameters
selector
string
Example: selector=kubernetes.io/app=demo

Only workflow executions with given status are included in this time series chart.

textSearch
string
Default: ""

text to search in name and test name

status
string (ExecutionStatus)
Enum: "queued" "running" "passed" "failed" "aborted" "timeout" "skipped"

optional status filter containing multiple values separated by comma

pageSize
integer

The desired page size for this list, or a default page size when absent.

page
integer
Default: 0

the page index to start at

Responses

Response samples

Content type
[
  • {
    }
]

Get test with execution

Gets the specified test with execution

path Parameters
environmentId
required
string

environmentID

id
required
string

unique id of the object

Responses

Response samples

Content type
{
  • "test": {
    },
  • "latestExecution": {
    }
}