---
title: "Retrieve a single facility by ID"
method: GET
path: "/facilities/{id}"
tags: ["Facility"]
---

# Retrieve a single facility by ID

`GET /facilities/{id}`

Returns the complete facility record for the given certify facility id, scoped to the calling tenant, as it exists in the Facility Operational View. Use this when you already know the facility identifier; use GET /facilities to search or list facilities instead. Preconditions: supply the tenant-id header; id must be a valid Certify facility identifier for that tenant. Returns an untyped JSON object built from the CoreFacility Operational View data — a top-level id plus name, npi, tin, dba, facilityType, externalId, delegationStatus, businessPurpose, userDefinedFields, addresses, emails, phoneNumbers, and array fields for licenses, certifications, insurances, accreditations, specialties, sanctions, siteVisits, medicareStarRatings, appVerifications, performanceIndicators, npdbReports, nppes, and supportingDocuments — plus credentialing fields (credentialingStatus, nextCredentialingDate, credentialingCycle, credentialingDecisionDate, credentialingStatusLastUpdatedDate) merged in at read time. Soft-deleted entries are filtered out of accreditations, insurances, certifications, and licenses. Locations are not embedded here — use GET /facilities/{id}/relationships/all for a facility's group, network, location, and practitioner relationships.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `200`

Facility successfully retrieved

- object

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Facility not found with the given ID for tenant
- `500` — Internal server error

---

[API](https://skmtc.dev/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.dev/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
