---
title: "Org Read Sections"
method: GET
path: "/api/v1/org-charts/section"
tags: ["charts"]
---

# Org Read Sections

`GET /api/v1/org-charts/section`

Get all sections for the tenant.

## Query parameters

- `limit` integer
- `offset` integer
- `title_contains` string, nullable
- `ids` string[], nullable
- `sort_by` string, nullable
- `sort_by_desc` boolean, nullable
- `tag_value_id` string[], nullable

## Response `200`

Successful Response

- CustomChartsSectionResponse[]
  - `title` string, required
  - `description` string, nullable
  - `index` integer, nullable
  - `id` string, uuid, required
  - `chart_count` integer, nullable
  - `created_at` string, date-time, nullable
  - `modified_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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