Skip to main content
Infrastructure/Lifecycle

GetComponent

Retrieve a single lifecycle component by its UUID

GET/api/v1/lifecycle/components/{uuid}

Operation ID

GetComponent

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • uuid
    StringRequired

    UUID of the component to retrieve

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • uuid
    String

    Unique identifier of the component

    Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890

  • name
    String

    Human-readable name of the component

    Example: zcf-core

  • category
    String

    Component category

    Example: zcf

  • capabilities
    String

    Capabilities for this resource

    Example: value

  • createDate
    String

    Create date

    Example: 2026-01-15T08:00:00Z

  • lastOpDate
    String

    Last op date

    Example: 2026-01-15T08:00:00Z