Skip to main content

Overview

List all features configured in your Autumn environment. This returns both active and archived features with their full configuration.

Endpoint

Request Body

This endpoint does not require any request parameters.

Response

Returns a list of all feature objects.
array
Array of feature objects.

Examples

Response Example

Response

Use Cases

Dashboard Overview

Display all available features in your admin dashboard for management and configuration.

Pricing Pages

Populate pricing comparison tables by listing all features and their configurations.

Feature Discovery

Discover what features are available in your environment during development.

Configuration Export

Export your complete feature configuration for backup or migration purposes.

Filtering Results

The list includes both active and archived features. You can filter the results in your application:
Filter Active Features
Group by Type
Find Consumable Features

Response Format

The response always includes a list property containing an array of features. If no features are configured, the array will be empty:
Empty Response
Archived features are included in the response. Filter them out in your application if you only need active features.
Cache the feature list in your application to reduce API calls. Refresh when you create, update, or delete features.