---
title: "List networks in a practitioner's relationship graph"
method: GET
path: "/practitioners/{id}/relationships/networks"
tags: ["Practitioner"]
---

# List networks in a practitioner's relationship graph

`GET /practitioners/{id}/relationships/networks`

Returns all networks the practitioner belongs to, as part of the practitioner's full relationship graph. Use this when you need network data with relationship context such as group membership or location linkages; for a flat list of network memberships without graph context, use `GET /practitioners/{id}/networks` instead. `{id}` is the `certifyPractitionerId`. Terminated associations are included; this endpoint does not filter by termination status.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `200`

All the networks that the practitioner belongs to successfully retrieved

- unknown[]
  - unknown

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Practitioner not found with the given source type and crosswalk ID for tenant
- `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)
