---
title: "List occupation groups"
method: GET
path: "/v3/occupation_groups"
tags: ["Search & Match"]
---

# List occupation groups

`GET /v3/occupation_groups`

Returns the list of searchable occupation groups.

## Response `200`

Will return matching documents

- OccupationGroup[]
  - `code` integer, required
  - `name` string, required
  - `children` OccupationGroup[], required

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api/versions/5f71e092a3e8/schema)
