# Get feature bundle Endpoint: GET /v1/feature-bundles Version: 1.0.0_Beta ## Query parameters: - `featureBundleName` (string) Filter by feature bundle name - `state` (string) Filter by feature bundle state - `creationDate` (string) Filter by created date - `lastModifiedDate` (string) Filter by last modified date - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `message` (string) - `status` (string) ## Response 400 fields (application/json): - `message` (string) - `status` (string) ## Response 500 fields (application/json): - `message` (string) - `status` (string)