Humanitec PipelineRuns API is one of 45 APIs that Humanitec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include PipelineRuns. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.
This API exposes
11 operations
across 9 paths,
and defines 10 schemas.
It is described by OpenAPI 3.0.0, at version 0.28.24.
Requests are made against a single base URL, https://api.humanitec.io/.
11 operations9 paths10 schemas1 DELETE6 GET4 POST
Metadata
The identity and technical contract details declared by the specification.
Get a page of log output for a given step within a job.
listPipelineStepLogs7 params→ 200307400404
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are PipelineRun (20 properties), PipelineJobPartial (15 properties), PipelineStep (9 properties), PipelineRunCreateByDeploymentRequestCriteriaBody (7 properties). Each schema is shown below with its type and property counts.
HumanitecErrorResponse
object
HumanitecError represents a standard Humanitec Error
3 properties2 required
ErrorResponse
object
A standard error response
3 properties2 required
PipelineRunCreateBody
object
The parameters for creating a new Run for the Pipeline.
1 property1 required
PipelineRunCreateByDeploymentRequestCriteriaBody
object
Trigger the pipeline that has a deploymentrequest trigger and criteria that match this target environment. If "deltaid" or "setid" is provided, the matching cr…
7 properties
PipelineStepLog
object
An item from the logs of a Step.
3 properties3 required
PipelineRun
object
Details of a Run within the Pipeline.
20 properties16 required
PipelineRunCreateByTriggerCriteriaBody
object
The parameters for creating a new Run based on trigger and inputs.
1 property1 required
PipelineJobPartial
object
Partial details of a Job within the Run. The full details, including steps, can be retrieved using the GetPipelineJob operation.
15 properties13 required
PipelineStep
object
A Step within a Job.
9 properties8 required
PipelineJob
A response containing all of the details of an executing or completed Job including Step information.
Specification
The full machine-readable OpenAPI contract behind this narrative.