---
title: "Get a List of Businesses"
method: GET
path: "/businesses"
tags: ["Businesses"]
---

# Get a List of Businesses

`GET /businesses`

Get a list of businesses managed by the current user.

## Query parameters

- `query` string
- `queryFields` string[]
- `identifier` string
- `businessIds` string
- `status` string
- `minLocations` string
- `maxLocations` string
- `productPlan` string
- `productPlanId` string
- `sort` string
- `max` string
- `offset` string
- `fieldMask` string

## Response `200`

Successfully retrieved Businesses

## 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/d7f6012aeb0d/schema)
