---
title: "Find organization equipment."
method: GET
path: "/v2/equipment"
tags: ["Equipment"]
---

# Find organization equipment.

`GET /v2/equipment`

## Query parameters

- `organization_id` string, uuid — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
- `is_retired` boolean
- `equipment_type` 'air_mover' | 'dehumidifier' | 'air_scrubber' | 'dryer' | 'heater' | 'other'
- `currently_placed_in_claim_id` integer
- `order` 'newest' | 'oldest'
- `limit` integer
- `after` string, jwt

## Headers

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

## Response `200`

A list of `Equipment` in your organization and its child organizations.

- object
  - `list` Equipment[], required
    - `id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
    - `organization_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
    - `equipment_spec_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
    - `manufacturer` string, required
    - `model` string, required
    - `serial_number` string, nullable, required
    - `is_rental` boolean, required
    - `asset_identifier` string, required
    - `is_retired` boolean, required
    - `created` string, date-time, required — A [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) compliant `date-time` string.
    - `currently_placed_in` object
      - `claim_id` integer, required
      - `structure_id` integer, required
      - `room_id` integer, required
  - `cursor` object, required
    - `order` string, required — Specifies the requested ordering of results. See the `order` query parameter for explanations of all the options.
    - `limit` integer, required — Maximum number of results that were included in this response. See the `limit` query parameter.
    - `after` string, jwt, nullable, required — A string that can be passed as an `after` query parameter to fetch the next page of results. If `null`, it means that there are no further results and that the returned data is the last page.

## 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/versions/0e70222a2c6d/schema)
