---
title: "Fetch elevators"
method: GET
path: "/elevators"
tags: ["Elevators"]
---

# Fetch elevators

`GET /elevators`

## Query parameters

- `ids` string
- `place_id` integer
- `query` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the elevator
  - `resource_type` 'Elevator', required — The resource type of the elevator
  - `name` string, required — The name of the elevator
  - `description` string, nullable, required — The description of the elevator
  - `created_at` string, date-time, required — When the elevator was created
  - `updated_at` string, date-time, required — When the elevator was updated
  - `place_id` integer, required — The place ID of the elevator
  - `integration_id` integer, nullable, required — The integration ID of the elevator
  - `integration` object — The integration of the elevator
    - `id` integer, required — The ID of the integration
    - `resource_type` 'Integration', required — The resource type of the integration
    - `type` 'active_directory_user_import' | 'braxos_elevator' | 'event_webhook' | 'jumpcloud_user_import' | 'rhombus_systems_camera', required — The type of the integration
    - `name` string, required — The name of the integration
  - `elevator_stops_count` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
