> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Facility

> Gets a Facility.

## Path Params

<ParamField path="id" type="string" required>
  The ID of the Facility.
</ParamField>

## Response

<Snippet file="facility-response.mdx" />

<ResponseExample>
  ```javascript Metriport SDK theme={null}
  import { MetriportMedicalApi } from "@metriport/api-sdk";

  const metriport = new MetriportMedicalApi("YOUR_API_KEY");

  const facility = await metriport.getFacility("018a80c4-292a-7486-a1234-9uiu76yhe234");
  ```
</ResponseExample>

<Snippet file="facility-response-json.mdx" />
