Get a list of feature controls
Returns a paginated list of feature controls with optional filtering by name, scope, or type.
get/api/feature-controls
Query parameters
pageinteger
pageSizeinteger
namestring
Partial name match (case-insensitive).
ownerstring
Partial owner match (case-insensitive).
scopestring
Exact scope match.
type'list-string' | 'list-number' | 'boolean' | 'date' | 'string' | 'number'
Exact type match.
status'active' | 'expired' | 'withdrawn'
Exact status match.
Headers
x-cdp-request-idstring
A unique identifier for the request, used for tracing.
Response
Successfully retrieved the list of feature controls.