Webflow

Official

collections_get

Retrieve data from a specific collection in Webflow by providing the collection ID. Simplify accessing and managing structured content for your projects.

Input Schema

NameRequiredDescriptionDefault
collection_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection_id": { "type": "string" } }, "required": [ "collection_id" ], "type": "object" }
ID: qau6rnloio