v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Management

List Stacking Rules

Lists all stacking rules.

Returns always a list with one item.

This endpoint can be used to retrieve the default stacking rules. The default stacking rules do not have an ID that could be used with the Get Stacking Rules or Update Stacking Rules endpoints.

📘 Stacking Rules Documentation

Read [the Stacking Rules article]/orchestrate/stacking-rules to learn how they work.

get/management/v1/projects/{projectId}/stacking-rules

Response

Returns the details about the stacking rules assigned to the project. These can be either the default stacking rules or the created ones.

object'list' required

The type of the object represented by JSON. This object stores information about the stacking rules in a dictionary.

data_ref'data' required

Identifies the name of the attribute that contains the array of stacking rule objects.

totalinteger required

The total number of stacking rule objects. It is always 1.

Example response

{
  "data": [
    {
      "created_at": "2024-01-02T08:31:46.562Z"
    }
  ]
}