---
title: "Search through all LocationGroups"
method: GET
path: "/location-groups"
tags: ["Location Groups"]
---

# Search through all LocationGroups

`GET /location-groups`

Can be used to search for specific location groups or even return all, depending on the given params.

## Query parameters

- `fieldMask` string[]
- `locationGroupIds` integer[]
- `query` string
- `max` integer
- `offset` integer
- `page` integer
- `sort` string
- `order` string
- `hideLocations` boolean

## Response `200`

LocationGroups successfully retrieved

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

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