Skip to main content
Infrastructure/Lifecycle

ListDepotPackages

List all available packages from the configured depot source

GET/api/v1/lifecycle/depot/packages

Operation ID

ListDepotPackages

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.

  • cached
    Boolean

    Whether the package list was served from cache

    Example: true

  • cachedAt
    String

    Cached at

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

  • items
    List

    Collection of result items

    Example: (nested array)

    • name
      String

      Package name in the depot

      Example: zcf-core

    • version
      String

      Available version of the package

      Example: 1.2.0

    • sizeMb
      String

      Package size in megabytes

      Example: 256

    • product
      String

      Product this package belongs to

      Example: zcf

    • status
      String

      Publication status of the package

      Example: available

    • components
      List

      List of affected or referenced components

      Example: item1,item2

    • arches
      List

      Arches for this resource

      Example: item1,item2

    • release
      String

      Available release of the package

      Example: 221

  • total
    Integer

    Total number of packages available in the depot

    Example: 12

  • limit
    Integer

    Maximum number of items returned per page

    Example: 20

  • offset
    Integer

    Number of items skipped before the current page

    Example: 20