GET
/v1/entitlements/featuresList entitlement features
Lists entitlement features. Filter the results by archive status or lookup_key, and use cursor parameters to paginate through the available features.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
archivedbooleanoptional
Filter features by their archive status.
ending_beforestringoptional
Object ID cursor for retrieving the previous page of results.
expandarray<string>optional
Fields to expand in the response; each value is a string of no more than 5,000 characters.
limitintegeroptional
Maximum number of features to return, from 1 to 100. Defaults to 10 when omitted.
lookup_keystringoptional
Filter results to the feature with the specified lookup key, limited to 5,000 characters.
starting_afterstringoptional
Object ID cursor for retrieving the next page of results.
200Returns a feature list containing feature objects in `data`, with each feature's active state, identifier, lookup key, metadata, name, and object type, plus pagination metadata.
dataarray<Feature>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
Use limit between 1 and 100; it defaults to 10 when omitted. lookup_key and cursor values must be strings of no more than 5,000 characters when supplied.