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.
Example response
{
"data": [
{
"created_at": "2024-01-02T08:31:46.562Z"
}
]
}