action rudder_get_zip_archive { label: "Get an archive as a ZIP" description: "Get an archive of the given kind as a zip" provider: rudder method: GET path: "/system/archives/{archiveKind}/zip/{commitId}" encoding: json input: { type: "object" properties: { commitId: { type: "string" } } required: ["commitId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }