---
title: "Get an Equipment by ID"
method: GET
path: "/app/v1/equipment/{equipment_id}"
tags: ["equipment"]
---

# Get an Equipment by ID

`GET /app/v1/equipment/{equipment_id}`

## Path parameters

- `equipment_id` string, uuid, required

## Query parameters

- `period` string

## Response `200`

successful operation

- EquipmentWithFacility
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `custom_attributes` CustomAttributes
  - `effective_date` string
  - `facility` FacilityNameAndId
    - `custom_attributes` CustomAttributes
    - `id` string, uuid
    - `name` string
  - `id` string
  - `latitude` number, nullable — latitude on the Earth
  - `longitude` number, nullable — longitude on the Earth
  - `name` string
  - `status` 'active' | 'inactive' | 'deprecated'
  - `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)
