Base route: /api/project
Retrieves the full list of deployment steps configured for a specific project, including filtering rules, execution conditions, and properties.
GET /api/project/steps?projectId=...
{
"projectId": "string",
"steps": [
{
"projectStepId": "string",
"name": "string",
"order": 0,
"disabled": false
}
]
}