---
title: "List brands with optional filters"
method: GET
path: "/foods/brands"
tags: ["food"]
---

# List brands with optional filters

`GET /foods/brands`

## Query parameters

- `brand_type` 'standard' | 'store_brand' | 'restaurant'
- `status` 'active' | 'pending_review' | 'deprecated'
- `country` string
- `q` string
- `limit` integer
- `offset` integer

## Response `200`

successful operation

- BrandResponse[]
  - `brand_type` string
  - `country` string, nullable
  - `created_time` string, date-time, nullable
  - `id` integer
  - `manufacturer_id` integer, nullable
  - `name` string
  - `name_normalized` string
  - `status` string
  - `updated_time` string, date-time, nullable

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/a61b77b30e63?raw)
