---
title: "Get locations"
method: GET
path: "/sales/v1/locations"
tags: ["Sales:Sales V1:Sales Locations"]
---

# Get locations

`GET /sales/v1/locations`

Retrieve a list of locations associated with the account

## Query parameters

- `locationIds` integer[] — List of location IDs to filter by
- `locationNames` string[] — List of location names to filter by
- `isActive` boolean — Filter by active status
- `limit` integer — The maximum number of results to display per page
- `offset` integer — The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

## Response `200`

Successful Response

- APIResponseLocationsGetResponse
  - `requestId` string
  - `data` LocationsGetResponse, required
    - `locations` Location[], required — List of locations
      - `id` integer, required — Unique identifier for the location
      - `name` string, required — The location name
      - `isActive` boolean, required — Indicates whether the location is active

## Other responses

- `422` — Validation Error

---

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