---
title: "Get specialties for a practitioner"
method: GET
path: "/practitioners/{practitionerId}/specialties"
tags: ["Practitioner"]
---

# Get specialties for a practitioner

`GET /practitioners/{practitionerId}/specialties`

Retrieves all specialties associated with the specified practitioner.

## Path parameters

- `practitionerId` string, required

## Headers

- `tenant-id` string

## Response `200`

Successfully retrieved specialties for the practitioner

- GetPractitionerSpecialtyResponse
  - `specialties` TenantPractitionerSpecialtyJoinResponseSchema[] — Array of specialty entities associated with a tenant practitioner, combining specialty registry and tenant practitioner specialty details.
    - `id` string, required — Unique identifier for the tenant practitioner specialty association
    - `tenantPractitionerId` string, required — Identifier of the tenant practitioner
    - `tenantSpecialtyId` string, required — Identifier of the tenant specialty
    - `displayName` string — Display name of the specialty
    - `tenantId` string — Identifier of the tenant
    - `specialtyId` string — Identifier of the specialty
    - `effectiveDate` string — Start date of the specialty association
    - `terminationDate` string — End date of the specialty association
    - `isPrimary` boolean — Whether this is the primary specialty for the practitioner
    - `taxonomyCode` string — Taxonomy code for the specialty
    - `nuccTaxonomyCode` string — NUCC taxonomy code for the specialty
    - `classificationSource` string — Source of the specialty classification
    - `nuccClassification` string — NUCC classification for the specialty
    - `nuccSpecialization` string — NUCC specialization for the specialty
    - `nuccDisplayName` string — NUCC display name for the specialty
    - `createdAt` string — The date the record was created.
    - `updatedAt` string — The date the record was updated.

## 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/versions/3d27e9019c7b/schema)
