Packages
List packages in environment
Retrieves all packages within the specified environment, including metadata such as names, descriptions, latest versions, and creation timestamps.
GET
/organizations/{organizationName}/environments/{environmentName}/packagesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$environmentName*string
The unique identifier of the environment
Match
^[a-zA-Z0-9_ -]+$Query Parameters
limit?integer
Maximum number of items to return. Use -1 or omit to return all results. Valid values: -1 (all results) or 1–100.
Range
-1 <= value <= 500Default
-1offset?integer
Number of items to skip before starting to return results
Range
0 <= valueDefault
0Response Body
application/json
application/json
application/json
application/json
application/json