Lists
Get all lists
Returns the workspace's lists, filterable by a pattern to fetch a subset such as every regional list. Paged by cursor.
get/lists
Query parameters
cursorstring nullable
A unique identifier that allows for fetching the next page of lists.
patternstring nullable
"A pattern used to filter the list items returned. Pattern types supported: exact match on list_id or a pattern of one or more pattern parts. you may replace a part with either: * to match all parts in that position, or ** to signify a wildcard endsWith pattern match."