Skip to main content

Get container stack configurations

GET 

/api/v1/orgs/{orgId}/stack-configs

Overview: Retrieves a paginated list of container stack configurations with optional filtering and sorting.

• Flexible filtering: Supports filtering by stackName, version, and type

• Stack name filtering: When stackName is provided, filters stacks by exact name match

• Version filtering: When both stackName and version are provided, returns specific version

• Type filtering: When type is provided, filters stacks by exact type match

• Combined filtering: All filters can be combined for precise queries

• Results ordering: Results are returned in descending order by creation time by default

• MaxResultCount: Maximum 1000 records per page

• Sorting support: Supports sorting by CreationTime and StackName, with descending order by CreationTime as the default.

Request

Responses

OK