components_get_content
Fetch the full content structure of a Webflow component, including text, images, and nested elements, by providing site and component identifiers.
Instructions
Get the content structure and data for a specific component including text, images, and nested components.
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. |