---
title: "GET /api/v1/projects/{project_pk}/release-pipelines/{id}/"
method: GET
path: "/api/v1/projects/{project_pk}/release-pipelines/{id}/"
tags: ["mcp"]
---

# GET /api/v1/projects/{project_pk}/release-pipelines/{id}/

`GET /api/v1/projects/{project_pk}/release-pipelines/{id}/`

Retrieves detailed information about a specific release pipeline.

## Path parameters

- `id` string, required
- `project_pk` string, required

## Response `200`

- ReleasePipelineDetail — Adds nested create feature
  - `id` integer
  - `name` string, required
  - `project` integer
  - `description` string, nullable
  - `stages_count` integer
  - `published_at` string, date-time, nullable
  - `published_by` integer, nullable
  - `features` integer[]
  - `stages` PipelineStage[], required
    - `id` integer
    - `name` string, required
    - `pipeline` integer
    - `environment` integer, required
    - `order` integer, required
    - `trigger` StageTrigger, required
      - `id` integer
      - `trigger_type` 'ON_ENTER' | 'WAIT_FOR' — * `ON_ENTER` - Trigger when flag enters stage * `WAIT_FOR` - Trigger after waiting for x amount of time
      - `trigger_body` unknown
    - `actions` StageAction[], required
      - `id` integer
      - `action_type` 'TOGGLE_FEATURE' | 'UPDATE_FEATURE_VALUE' | 'TOGGLE_FEATURE_FOR_SEGMENT' | 'UPDATE_FEATURE_VALUE_FOR_SEGMENT' | 'PHASED_ROLLOUT' — * `TOGGLE_FEATURE` - Enable/Disable Feature for the environment * `UPDATE_FEATURE_VALUE` - Update Feature Value for the environment * `TOGGLE_FEATURE_FOR_SEGMENT` - Enable/Disable Feature for a specific segment * `UPDATE_FEATURE_VALUE_FOR_SEGMENT` - Update Feature Value for a specific segment * `PHASED_ROLLOUT` - Create Phased Rollout
      - `action_body` unknown
    - `features` string
  - `completed_features` string

---

[API](https://skmtc.dev/flagsmith/apis/flagsmith-api.md) · [All operations](https://skmtc.dev/flagsmith/apis/flagsmith-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flagsmith/flagsmith-api/revisions/5a8154d05269/schema)
