---
title: "Get sections"
method: GET
path: "/api/v1/project/sections"
tags: ["Configuration"]
---

# Get sections

`GET /api/v1/project/sections`

Get all sections for a project (hierarchical)

## Query parameters

- `projectId` integer, required

## Response `200`

List of sections

- object
  - `data` Section[]
    - `sectionId` integer — Unique section identifier
    - `sectionName` string — Section name
    - `parentId` integer, nullable — Parent section ID for hierarchy
    - `projectId` integer — Project ID
  - `status` integer

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
