---
title: "Location - Get List"
method: GET
path: "/location/get_list"
tags: ["location"]
---

# Location - Get List

`GET /location/get_list`

Retrieve a paginated list of locations with optional filtering.

## Query parameters

- `selector` object, required — Query selector object for filtering results
- `limit` number — Max results to return
- `skip` number — Number of results to skip
- `sort` object — Sort fields object, e.g. { "name": 1 }

## Response `200`

Array of locations matching the query

- Location[]
  - `_id` string, required — Unique location identifier
  - `name` string, required — Location name
  - `warehouse_id` string — Parent warehouse ID
  - `deleted` boolean — Whether the location has been deleted

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

---

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