Skip to main content
Infrastructure/Lifecycle
GETLifecycleSince 1.0SynchronousAuth Required

ListComponents

List all registered lifecycle components, optionally filtered by tenant

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Collection of result items

    Example: (nested array)

    • uuidString

      Unique identifier of the component

      Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890

    • nameString

      Human-readable name of the component

      Example: zcf-core

    • categoryString

      Component category

      Example: zcf

    • capabilitiesString

      Capabilities for this resource

      Example: value

    • createDateString

      Create date

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

    • lastOpDateString

      Last op date

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

  • totalInteger

    Total number of components matching the query

    Example: 5

  • limitInteger

    Maximum number of items returned per page

    Example: 20

  • offsetInteger

    Number of items skipped before the current page

    Example: 20

Endpoint

GET/api/v1/lifecycle/components

/api/v1/lifecycle/components

Operation ID

ListComponents

Permalink

Request Example

curl -X GET '{host}/api/v1/lifecycle/components' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "items": [
    {}
  ],
  "total": 5,
  "limit": 20,
  "offset": 20
}

Change History

This API has no change history records yet.

View all change history