Sample - Stripe API
GET/v1/radar/value_list_items/{item}

Get a value list item

Retrieves a value list item from its parent Radar value list. Use the item identifier to obtain its value, creator, creation time, parent list, and livemode information.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
itemstringrequired
The unique identifier of the value list item, up to 5,000 characters.
expandarray<string>optional
Fields to expand in the returned value list item; each value can be up to 5,000 characters.

2 status codes
200Returns a value list item containing its creation time, creator, identifier, livemode, object type, value, and parent value list identifier.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
created_bystringrequired
The name or email address of the user who added this item to the value list.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
Allowed:radar.value_list_item
valuestringrequired
The value of the item.
value_liststringrequired
The identifier of the value list this item belongs to.
defaultError response.
errorobjectrequired

Error handling

item must be a string no longer than 5,000 characters identifying the value list item. Each value in expand must also be a string no longer than 5,000 characters.