Features
Get a list of features
Retrieves a paginated list of features in the environment.
get/api/v1/features
Query parameters
afterstring uuid
Return items that come after this cursor
beforestring uuid
Return items that come before this cursor
limitinteger
Maximum number of items to return
idstring
Filter by entity ID
statusstring[]
Filter by feature status. Supports comma-separated values for multiple statuses
featureTypestring[]
Filter by feature type. Supports comma-separated values for multiple types
meterTypestring[]
Filter by meter type. Supports comma-separated values for multiple types
Filter by creation date using range operators: gt, gte, lt, lte
Response
A paginated list of feature objects.