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 artifacts API

Artifact operations

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

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

This API exposes 6 operations across 6 paths, and defines 2 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://.

6 operations 6 paths 2 schemas 6 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 6

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

artifacts 6

Artifact operations

GET
/executions/{id}/artifacts
Get execution's artifacts by ID
getExecutionArtifacts 1 param → 200404500
GET
/executions/{id}/artifacts/{filename}
Download artifact
downloadFile 2 params → 200404500
GET
/executions/{id}/artifact-archive
Download artifact archive
downloadArchive 2 params → 200404500
GET
/test-workflow-executions/{executionID}/artifacts
Get test workflow execution's artifacts by ID
getTestWorkflowExecutionArtifacts 1 param → 200404402500
GET
/test-workflow-executions/{executionID}/artifacts/{filename}
Download test workflow artifact
downloadTestWorkflowArtifact 2 params → 200404402500
GET
/test-workflow-executions/{executionID}/artifact-archive
Download test workflow artifact archive
downloadTestWorkflowArtifactArchive 2 params → 200404402500

Schemas 2

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

Artifact
object
API server artifact
4 properties
Problem
object
problem response in case of error
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-artifacts-api-openapi.yml Raw ↑

Other APIs Kubeshop publishes across the network.

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