---
title: "List specialties associated with a practitioner"
method: GET
path: "/practitioners/{practitionerId}/specialties"
tags: ["Practitioner"]
---

# List specialties associated with a practitioner

`GET /practitioners/{practitionerId}/specialties`

Returns all specialties the specified practitioner is associated with at the tenant level. Use this to retrieve a practitioner's specialty list; for the raw tenant practitioner specialty records with their internal IDs needed for deletion or correction operations, see the operations under `/tenant-practitioner-specialties`, and for creating a new specialty association, use `POST /practitioners/{practitionerId}/specialties`. `{practitionerId}` is the `certifyPractitionerId`. Terminated associations are included; this endpoint does not filter by termination status.

## Path parameters

- `practitionerId` string, required

## Headers

- `tenant-id` string

## Response `200`

Successfully retrieved specialties for the practitioner

- unknown[]
  - unknown

## Other responses

- `400` — Invalid request parameters
- `404` — Practitioner not found
- `500` — Internal server error

---

[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/563848e0ecc0/schema)
