# Get feature adoption statistics **GET /v1/feature/adoption/{featureId}** Retrieves the feature adoption numbers for a specific feature and date range. If dateRangeEnd is not specified, defaults to the current time. Max date range is 7 days. ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **featureId** (string) Feature id ### Query parameters - **dateRangeEnd** (integer(int64)) Date range end - **dateRangeStart** (integer(int64)) Date range start - **propertyKey** (string) Property Key ## Responses ### 200 Success #### Body: */* (object) - **id** (string) - **name** (string) - **type** (string) - **parentFeatureId** (string) - **propertyKey** (string) - **status** (string) - **featureLabels** (array[object]) Array of labels associated with the feature ### 400 Bad request ### 401 Unauthorized or bad API Key ### 404 Feature not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)