Get Collection Item
get_collection_itemGet a single item (record) from a Webflow CMS collection by its id. Returns the item's id, draft/archived status, last published time, and fieldData (the full CMS field values). Use after list_collection_items to read one piece of Webflow site content in detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The id of the CMS item to retrieve (from list_collection_items). | |
| collection_id | Yes | The id of the Webflow CMS collection containing the item (from list_collections). |