v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Lookup Tables

List Lookup Tables

Get a list of Lookup Tables defined in the project.

get/lookup-tables

Query parameters

project_idstring required

The Mixpanel project_id, used to authenticate service account credentials.

Response

The list of Lookup Tables.

codenumber
statusstring

Example response

{
  "code": 200,
  "status": "OK",
  "results": [
    {
      "id": "55b4fb2b-e8de-466c-930f-8b36640b9b5e",
      "name": "Accounts"
    },
    {
      "id": "1297297a-43a7-4cac-82b0-635d2bd88aac",
      "name": "Product Catalog"
    }
  ]
}