action turbinelabs_get_changelog_zone_zone_key { label: "get changes in a specified zone" description: "Retrieve all changes in the specified zone." provider: turbinelabs method: GET path: "/changelog/zone/{zoneKey}" encoding: json input: { type: "object" properties: { direction: { type: "string" } end: { type: "string" } max_results: { type: "string" } ref_id: { type: "string" } start: { type: "string" } zoneKey: { type: "string" } } required: ["zoneKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }