Tool
Components list
The Components List tool by Webflow offers a streamlined way to catalog all components used in a website, providing detailed metadata such as IDs, names, and version information. This tool is essential for developers and designers aiming for efficient site management and updates.
Features
- Lists all components within a specified Webflow site
- Provides detailed metadata including component IDs, names, and versions
- Supports pagination with limit and offset parameters for handling large component lists
- Enables easy identification and tracking of component versions for site maintenance
- Integrates seamlessly with Webflow's API for enhanced site management workflows
Benefits
- Improves site management by giving clear visibility into all components used
- Simplifies version control and updates by tracking component metadata
- Speeds up debugging and development by quickly identifying component details
- Enhances collaboration between developers and designers via transparent metadata
- Supports scalability by efficiently handling large numbers of components through pagination
Description
List all components in a site. Returns component metadata including IDs, names, and versions.
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| site_idrequired | string | Unique identifier for the Site. |
| limit | number | Maximum number of records to be returned (max limit: 100) |
| offset | number | Offset used for pagination if the results have more than limit records. |