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

# Returns project groups

`GET /projects/{id}/groups`

Returns all active groups under a specific project.

## Path parameters

- `id` integer, required

## Response `200`

Get a project groups.

- object
  - `success` boolean
  - `data` object[]
    - `id` number — ID of the group
    - `name` string — Name of the group
    - `order_nr` number — Order number of the 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/revisions/bf863a979545/schema)
