---
title: "Get an equipment specification by ID."
method: GET
path: "/v2/equipment_specs/{equipment_spec_id}"
tags: ["Equipment"]
---

# Get an equipment specification by ID.

`GET /v2/equipment_specs/{equipment_spec_id}`

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Response `200`

A single `EquipmentSpec` object corresponding to the given ID

- object
  - `id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `equipment_type` 'air_mover' | 'dehumidifier' | 'air_scrubber' | 'dryer' | 'heater' | 'other', required
  - `manufacturer` string, required
  - `model` string, required
  - `xact_charge_code` string, nullable, required
  - `voltage` number, nullable, required
  - `amperage` number, nullable, required
  - `cubic_feet_per_minute` number, nullable, required
  - `hepa_filter_count` integer, nullable, required
  - `carbon_filter_count` number, nullable, required
  - `aham_pints_per_day` number, nullable, required

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/revisions/0e70222a2c6d/schema)
