GET
/v1/radar/value_listsList Radar value lists
Lists Radar value lists used to group values referenced by rules. Filter by alias or contains, restrict results by created, and use cursor parameters to paginate results sorted with the newest value lists first.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
aliasstringoptional
Filter by the alias used to reference a value list in rules. Maximum 100 characters.
containsstringoptional
Return value lists containing this value. Maximum 800 characters.
createdobjectoptional
Filter value lists by creation time using a Unix timestamp or a range with `gt`, `gte`, `lt`, or `lte`.
ending_beforestringoptional
Object ID cursor that returns results before the specified value list.
expandarray<string>optional
Fields to expand in each returned object.
limitintegeroptional
Maximum number of value lists to return, from 1 to 100. Defaults to 10 when omitted.
starting_afterstringoptional
Object ID cursor that returns results after the specified value list.
200Returns a list object containing value lists in `data`, a `has_more` pagination flag, the `list` object type, and the resource `url`.
dataarray<ValueList>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired
Error handling
alias must be no longer than 100 characters and contains must be no longer than 800 characters. limit must be between 1 and 100 when supplied, while ending_before and starting_after accept object ID cursors up to 5,000 characters.