---
title: "Returns a list of food items used for client-side search indexing"
method: GET
path: "/foods/client-search-index"
tags: ["food"]
---

# Returns a list of food items used for client-side search indexing

`GET /foods/client-search-index`

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

successful operation

- object
  - `has_more` boolean
  - `items` object[]
    - `id` number, required
    - `name` string, required
    - `updated_time` string, required

---

[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)
