---
title: "Get Doors"
method: GET
path: "/access/v1/doors"
tags: ["Access Doors"]
---

# Get Doors

`GET /access/v1/doors`

Retrieves a list of all doors in the organization. The response can optionally be filtered to doors within sites with the requested `site_ids` or to the specific doors represented by the specified `door_ids`. Only one of `site_ids` or `door_ids` can be used to filter the response for a single request (not both). A successful response will contain one Door Information Object per corresponding undeleted door.

## Query parameters

- `door_ids` string — The unique identifiers of doors to retrieve.
- `site_ids` string — The unique identifiers of sites from which to retrieve doors.

## Response `200`

OK

- GetDoorInformationResponseV1 — DoorInfo for each requested door.
  - `doors` DoorInfo[], required — A DoorInformationObject per requested door.
    - `accessControllerId` string — Unique identifier of the access controller
    - `accessControllerName` string — Name of the access controller
    - `name` string — Name of the door

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
