Base route: /api/project
Retrieves all release channels defined for a specific project, including their lifecycle rules and default status.
GET /api/project/channels?projectId=...
{
"projectId": "string",
"channels": [
{
"channelId": "string",
"name": "string",
"lifecycleId": "string",
"isDefault": true
}
]
}