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

# Get all tenant specialties

`GET /tenant-specialties`

Retrieves a list of all tenant specialties with optional filtering by name

## Query parameters

- `name` string

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved list of tenant specialties

- TenantSpecialtySchema — Represents a specialty associated with a tenant.
  - `displayName` string, required — Display name for the specialty.
  - `description` string — Detailed description of the specialty.
  - `changeReason` string — Reason for any change to the specialty.

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