Retrieve a single data list by UUID or all active lists of a given type when a non-UUID identifier is supplied β GET /data-lists/.
Documentation Index
Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
Use this file to discover all available pages before exploring further.
{typeOrId} is a UUID, returns one list with that id (tenant-visible or allowed global).{typeOrId} is treated as a list type (e.g. custom, company_blocklist) and returns all active lists of that type.{ "success": true, "data": { ...list } }{ "success": true, "data": { "type", "lists", "total" } }400 invalid type, 404 list not found, 403 for marketplace-only lists not exposed via this API.