v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Deploy

List Component Versions

List the versions for a component.

get/deploy/components/{component_id}/versions

Path parameters

component_idstring required

An opaque identifier of a component.

Query parameters

environment-idstring uuid

An opaque identifier of an environment used in query parameters.

Response

Paginated component versions list

next_page_tokenstring nullable

The pagination token to use when fetching the next page in this result set.

Example response

{
  "items": [
    {
      "name": "1.0.0",
      "environment_id": "123e4127-e89b-12d3-a456-426123417400",
      "namespace": "default",
      "is_live": true,
      "pipeline_id": "cc54a110-d03f-4916-96fc-ff36a1221ed7",
      "workflow_id": "5034460f-c7c4-4c43-9457-de07e2029e7b",
      "job_id": "f7e18b53-db27-4706-ad77-b16dc1e6fc53",
      "job_number": 123
    }
  ]
}