---
title: "Returns project plan"
method: GET
path: "/projects/{id}/plan"
tags: ["Projects"]
---

# Returns project plan

`GET /projects/{id}/plan`

Returns information about items in a project plan. Items consists of tasks and activities and are linked to specific project phase and group.

## Path parameters

- `id` integer, required

## Response `200`

Get a project plan.

- object
  - `success` boolean
  - `data` object[]
    - `item_id` number — ID of plan item (either activity or task ID)
    - `item_type` string — Type of a plan item (task / activity)
    - `phase_id` number — The ID of the board this project is associated with. If null then plan item is not in any phase.
    - `group_id` number — The ID of the board this project is associated with. If null then plan item is not in any group.
  - `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/versions/bf863a979545/schema)
