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

Testkube Control Plane ../executor-by-types operations

Testkube Pro API (cloud-api/1.10.38)

Download OpenAPI specification:Download

API for Testkube Pro

Get executor details by type

Returns executors data with executions passed to executor

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

query Parameters
testType
required
string

test type of the executor

Responses

Response samples

Content type
{
  • "name": "string",
  • "executor": {
    },
  • "executions": {
    }
}