action cloud_elements_get_by_object_name { label: "Search for {objectName}" provider: cloud_elements method: GET path: "/{objectName}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } fields: { type: "string" } nextPage: { type: "string" } objectName: { type: "string" } pageSize: { type: "string" } where: { type: "string" } } required: ["Authorization", "objectName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }