---
title: "Fetch a section."
method: GET
path: "/sections/{section_id}"
tags: ["sections"]
---

# Fetch a section.

`GET /sections/{section_id}`

Fetches the matching section.

## Query parameters

- `include` string

## Response `200`

The matching section.

- object
  - `data` Section, required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'sections', required — The type of the resource.
    - `attributes` SectionAttributes, required
      - `name` string — The name of the section.
      - `default_asset_type` 'GenericFile' | 'Color' | 'Font' | 'ExternalMedium' | 'Person' | 'Press' | 'Text' — The type of asset the section contains.
      - `position` integer — A non-negative integer that represents where the section displays relative to other sections. The first position is `0`.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
