---
title: "Get details of a phase"
method: GET
path: "/projects/phases/{id}"
tags: ["ProjectPhases"]
---

# Get details of a phase

`GET /projects/phases/{id}`

Returns the details of a specific project phase.

## Path parameters

- `id` integer, required

## Response `200`

Get a project phase.

- object
  - `success` boolean
  - `data` object
    - `id` integer — The ID of the project phase
    - `name` string — Name of a project phase
    - `board_id` number — The ID of the project board this phase is linked to
    - `order_nr` number — The order of a phase
    - `add_time` string — The creation date and time of the board in UTC. Format: YYYY-MM-DD HH:MM:SS.
    - `update_time` string — The update date and time of the board in UTC. Format: YYYY-MM-DD HH:MM:SS.
  - `additional_data` object, nullable

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
