v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Deploy

Get Component

Get the details of a component by ID.

get/deploy/components/{component_id}

Path parameters

component_idstring required

An opaque identifier of a component.

Response

Successful response.

idstring uuid

The component ID

namestring

The component name

project_idstring uuid

The project ID of the component

release_countinteger

The number of releases for this component

created_atstring date-time

The time when the component was created

updated_atstring date-time

The time when the component was updated

Example response

{
  "id": "123e4127-e89b-12d3-a456-426123417400",
  "name": "service-a",
  "project_id": "123e4127-e89b-12d3-a456-426123417400",
  "labels": [
    {
      "key": "env",
      "value": "prod"
    }
  ],
  "release_count": 1
}