# Get Stages execution List for a given Pipeline execution. Returns list of Stage identifiers with their names and stage dependencies Endpoint: GET /v1/orgs/{org}/projects/{project}/pipelines/{pipeline}/execute/stages-execution-list Version: 1.0 Security: x-api-key ## Path parameters: - `org` (string, required) Organization identifier - `project` (string, required) Project identifier - `pipeline` (string, required) Pipeline identifier ## Header parameters: - `Harness-Account` (string) Identifier field of the account the resource is scoped to. - `Load-From-Cache` (string) Flag to enable loading the remote Pipeline from git or git cache ## Query parameters: - `branch_name` (string) Name of the branch (for Git Experience). - `connector_ref` (string) Identifier of the Harness Connector used for CRUD operations on the Entity (for Git Experience). - `repo_name` (string) Name of the repository (for Git Experience).