---
title: "Get all project boards"
method: GET
path: "/projects/boards"
tags: ["ProjectBoards"]
---

# Get all project boards

`GET /projects/boards`

Returns all projects boards that are not deleted.

## Response `200`

A list of project board.

- object
  - `success` boolean
  - `data` object[]
    - `id` integer — The ID of the project board
    - `name` string — Name of a project board
    - `order_nr` number — The order of a board
    - `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)
