// Projects

List project steps

List the ordered deployment steps for a project.

GET/api/project/steps

Description

Returns the project's deployment plan: every step in order, with its template, scoping, run mode, and properties.

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.