action cloud_elements_get_objects { label: "Get a list of all the available objects." provider: cloud_elements method: GET path: "/objects" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "Elements-Version": { type: "string" } } required: ["Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }