---
title: "List Practitioners"
method: GET
path: "/Practitioner"
tags: ["Practitioner"]
---

# List Practitioners

`GET /Practitioner`

Search for Practitioner resources. Search must be scoped to one of the supported parameters. If no parameter is passed it will default to a builder query. The latest version of each resource is returned.

## Query parameters

- `_id` string[]
- `_count` integer
- `_tag` string
- `identifier` string
- `builder` string, uuid

## Response `200`

Practitioner resources that match the search scope

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Error, with details

---

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