Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubeshop logs API

Log operations

Kubeshop logs API is one of 30 APIs that Kubeshop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include logs. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against 2 base URLs: https://api.testkube.io, https://.

2 operations 2 paths 8 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.testkube.io
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

logs 2

Log operations

GET
/executions/{id}/logs
Get execution's logs by ID
getExecutionLogs 1 param → 200500
GET
/executions/{id}/logs/v2
Get execution's logs by ID version 2
getExecutionLogsV2 1 param → 200500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are LogV2 (8 properties), ExecutionResult (6 properties), Problem (5 properties), ExecutionStepResult (4 properties). Each schema is shown below with its type and property counts.

LogV1
object
Log format version 1
1 property 1 required
ExecutionStatus
string
LogV2
object
Log format version 2
8 properties 2 required
ExecutionResult
object
execution result returned from executor
6 properties 1 required
AssertionResult
object
execution result data
3 properties
Problem
object
problem response in case of error
5 properties
ExecutorOutput
object
CRD based executor data
4 properties 1 required
ExecutionStepResult
object
execution result data
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-logs-api-openapi.yml Raw ↑

Other APIs Kubeshop publishes across the network.

Kubeshop api API
Kubeshop artifacts API
Kubeshop cluster-resources API
Kubeshop Executions API
Kubeshop executor API
Kubeshop keymap API
Kubeshop labels API
Kubeshop Organizations API
Kubeshop pro API
Kubeshop repository API
Kubeshop secrets API
Kubeshop Status Pages API