---
title: "Get Facility by Id"
method: GET
path: "/app/v1/facilities/{facility_id}"
tags: ["facilities"]
---

# Get Facility by Id

`GET /app/v1/facilities/{facility_id}`

## Path parameters

- `facility_id` string, uuid, required

## Query parameters

- `period` string

## Response `200`

successful operation

- FacilityWithEquipment
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `custom_attributes` CustomAttributes
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `status` string — Use `id` value of any index in `GET /v1/facility_statuses`
  - `type` string — Use `id` value of any index in `GET /v1/facility_types`
  - `id` string, uuid
  - `equipment` Equipment[]
    - `custom_attributes` CustomAttributes
    - `effective_date` string
    - `id` string, uuid
    - `latitude` number, nullable — latitude on the Earth
    - `longitude` number, nullable — longitude on the Earth
    - `name` string
    - `type` EquipmentTypeShallow
      - `id` string
      - `name` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
