---
title: "List Sectors"
method: GET
path: "/v1/sectors"
tags: ["sectors"]
---

# List Sectors

`GET /v1/sectors`

List all sectors with company counts.

## Response `200`

Successful Response

- ListResponseSectorListItem
  - `data` SectorListItem[], required — Array of result objects.
    - `sector` string, required — TSE 33-sector name in Japanese.
    - `sector_en` string, nullable — TSE 33-sector name in English.
    - `company_count` integer, required — Number of companies in this sector.
  - `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').

---

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