Lookup Tables
Manage lookup table files via the Scanner API. These endpoints are unstable and may change without notice.
List lookup table files
Name
Type
Description
curl -G $API_BASE/v1/unstable/lookup_table_file/tenant/$TENANT_ID \
-H "Authorization: Bearer $API_KEY"{
"lookup_table_files": [
{
"id": "00000000-0000-0000-0000-000000000001",
"tenant_id": "00000000-0000-0000-0000-000000000000",
"name": "employee_table",
"description": "Employee directory lookup",
"num_rows": 1234,
"size_bytes": 98765,
"sync_source": null,
"created_at": "2026-01-15T12:00:00Z",
"updated_at": "2026-01-15T12:00:00Z"
}
]
}Create a lookup table file
Name
Type
Description
Name
Type
Description
Get a lookup table file
Get lookup table file data
Name
Type
Description
Update a lookup table file
Name
Type
Description
Delete a lookup table file
Response object reference
LookupTableFile
Field
Type
Description
LookupTableFileSummary
Field
Type
Description
LookupTableFileDependency
Field
Type
Description
Quick start script
See also
Last updated
Was this helpful?