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

Testerarmy Test Runs API

The Test Runs API from Testerarmy — 5 operation(s) for test runs.

Testerarmy Test Runs API is one of 5 APIs that Testerarmy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Test Runs. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://tester.army/api.

5 operations 5 paths 9 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://tester.army/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Testerarmy Test Runs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

  • bearerAuth — API key authentication using Bearer token format

Paths & Operations 5

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

Test Runs 5
GET
/v1/runs
List test runs
5 params → 200400401429500504
GET
/v1/runs/{id}
Get test run status
1 param → 200400401404429500504
POST
/v1/runs/{id}/cancel
Cancel a queued or running run
1 param → 200400401409429500504
POST
/v1/batches/{batchId}/cancel
Cancel a queued or running batch
1 param → 200400401404409429500504
POST
/v1/batches/{batchId}/rerun
Re-run a batch
1 param → 202400401404409429500504

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are RunResponse (23 properties), Issue (10 properties), TestOutputStep (10 properties), TestOutput (6 properties). Each schema is shown below with its type and property counts.

RunListResponse
object
2 properties 1 required
TestOutput
object
6 properties 4 required
ReusableActionTarget
object
6 properties 1 required
ReusableActionStep
object
5 properties 3 required
RunResponse
object
23 properties 5 required
ReusableActionTrace
object
6 properties 5 required
TestOutputStep
object
10 properties 3 required
Issue
object
10 properties 3 required
PlannerSkippedOutput
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testerarmy-test-runs-api-openapi.yml Raw ↑

Other APIs Testerarmy publishes across the network.

Testerarmy Groups API
Testerarmy Projects API
Testerarmy Tests API
Testerarmy Webhooks API