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.
Example response
{
"code": 200,
"status": "OK",
"results": [
{
"id": "55b4fb2b-e8de-466c-930f-8b36640b9b5e",
"name": "Accounts"
},
{
"id": "1297297a-43a7-4cac-82b0-635d2bd88aac",
"name": "Product Catalog"
}
]
}