action clearblade_get_libraries { label: "DEVELOPER - Get all libraries" description: "Returns all available libraries in the specified system along with their meta information." provider: clearblade method: GET path: "/codeadmin/v/2/library/{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 } }