---
title: "Get Project Sections"
method: GET
path: "/projects/{project_id}/sections"
tags: ["Projects"]
---

# Get Project Sections

`GET /projects/{project_id}/sections`

List sections (groupings of tasks) within a project.

## Path parameters

- `project_id` string, required

## Response `200`

OK

- Section[]
  - `id` number, required
  - `name` string, required
  - `project` string, required
  - `position` number, required
  - `status` 'open' | 'archived'
  - `collapsed` boolean, nullable

## Other responses

- `401` — Unauthorized

---

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