Skip to main content
Infrastructure/Lifecycle

ListComponents

List all registered lifecycle components, optionally filtered by tenant

GET/api/v1/lifecycle/components

Operation ID

ListComponents

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

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • 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

  • total
    Integer

    Total number of components matching the query

    Example: 5

  • limit
    Integer

    Maximum number of items returned per page

    Example: 20

  • offset
    Integer

    Number of items skipped before the current page

    Example: 20