Get all lookup tables Copy

GET https://amplitude.com/api/2/lookup_table

Retrieves a list of lookup tables in the project.

RESPONSES

status: OK

{"data":[{"name":"Table1","column_headers":["Product ID","SKU"],"created_at":"2022-06-22T20:08:50.837473","created_by":"rest","last_modified_at":"2022-06-22T20:08:50.837473","last_modified_by":"rest"},{"name":"Table2","column_headers":["Product Category","Product ID","SKU"],"created_at":"2022-06-22T20:02:38.506064","created_by":"rest","last_modified_at":"2022-06-22T20:04:20.389487","last_modified_by":"rest"}]}