List Collection Items
list_collection_itemsList the items (records) in a Webflow CMS collection — the live site content such as blog posts, products, or team members. Returns paginated items with their id, draft/archived status, last published time, and fieldData (the CMS field values). Use to read the actual content stored in a Webflow collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 50, max 100). | |
| offset | No | Number of items to skip for pagination (default 0). | |
| collection_id | Yes | The id of the Webflow CMS collection whose items to list (from list_collections). |