action clearblade_get_buckets_data { label: "FILES - Returns a list of metadata for buckets in system" description: "Returns a list of metadata for buckets in system" provider: clearblade method: GET path: "/api/v/4/bucket_sets/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }