---
title: "List Available Sections"
method: GET
path: "/v1/sections/available"
tags: ["sections"]
---

# List Available Sections

`GET /v1/sections/available`

List all section keys with their labels.

## Response `200`

Successful Response

- SingleResponseDictStrAny
  - `data` object, required — The requested resource object.
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Changes

- **2026-03-31** `47575447accf` — 1 breaking
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2026-03-03** `80021a10fc77` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/axioradev/apis/axiora-api/changes/v1/sections/available/get.md)

---

[API](https://skmtc.dev/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.dev/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
