components_get_properties
Fetch detailed properties, default values, and configuration for a Webflow component using site and component IDs.
Instructions
Get component properties including default values and configuration for a specific component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to be returned (max limit: 100) | |
| offset | No | Offset used for pagination if the results have more than limit records. | |
| site_id | Yes | Unique identifier for the Site. | |
| localeId | No | Unique identifier for a specific locale. Applicable when using localization. | |
| component_id | Yes | Unique identifier for the Component. |