---
title: "Get all specialties"
method: GET
path: "/specialties"
tags: ["Specialty"]
---

# Get all specialties

`GET /specialties`

Retrieves a list of all specialties with optional filtering by name

## Query parameters

- `name` string

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved list of specialties

- SpecialtySchema — Represents the master specialty list, including custom specialties, to include crosswalk between NUCC, HSD, and ABMS Specialties. References the entities for NUCC, HSD, and ABMS specialties.
  - `name` string, required — The name of the specialty.
  - `classificationSource` string, required — The source of the specialty classification (e.g., NUCC, HSD, ABMS).
  - `subspecialtyName` string — The subspecialty name of the specialty.
  - `specialtyCategory` 'Individual' | 'Non-Individual', required — Allowed categories for NUCC Specialty
  - `taxonomyCode` string — The taxonomy code associated with the specialty.
  - `taxonomyDescription` string — The description of the taxonomy code.

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
