---
title: "Find organization Air Movers"
method: GET
path: "/v1/air_movers"
tags: ["Equipment"]
deprecated: true
---

# Find organization Air Movers

`GET /v1/air_movers`

> **Deprecated.**

## Query parameters

- `status` 'available' | 'active' | 'retired'
- `property_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 'AirMover's registered in your immediate 'Organization''s inventory.

- object
  - `list` AirMoverResponse[], required
    - `id` integer, required — The 'id' of the 'AirMover'
    - `id_v2` 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.
    - `supported_air_mover_id` integer, required — 'SupportedAirMover' ID
    - `manufacturer` string, required — 'AirMover' manufacturer
    - `model` string, required — 'AirMover' model
    - `serial_number` string, nullable, required — 'AirMover''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
    - `is_rental` boolean, required — Whether or not the 'AirMover' is a rental
    - `asset_identifier` string, required — 'AirMover' asset identifier
    - `status` 'available' | 'active' | 'retired', required — Air mover status
    - `property_claim_id` integer, nullable, required — Id of the claim the air mover is currently working on (if applicable.)
  - `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/c510e8f20951/schema)
