---
title: "List Lookup Tables"
method: GET
path: "/lookup-tables"
tags: ["Lookup Tables"]
---

# List Lookup Tables

`GET /lookup-tables`

Get a list of Lookup Tables defined in the project.

## Query parameters

- `project_id` string, required

## Response `200`

The list of Lookup Tables.

- object
  - `code` number
  - `status` string
  - `results` object[]
    - `id` string, uuid
    - `name` string

## Other responses

- `401` — A 401 response indicates invalid credentials.

---

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