// Project Channels

List project channels

List the channels (release tracks) defined on a project.

GET/api/project/channels

Description

Returns every channel for a project: name, description, attached lifecycle, default flag.

Parameters

NameInTypeRequiredDescription
projectId query string yes ID of the project.

Errors

StatusMeaning
400 Invalid projectId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.