action botify_get_urls_aggs { label: "Query aggregator" description: "Query aggregator. It accepts multiple queries" provider: botify method: POST path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls/aggs" encoding: json input: { type: "object" properties: { area: { type: "string" enum: ["current", "disappeared", "new", "search_engines_orphans"] } } additionalProperties: false } output: { type: "array" items: { description: "Successful operation" type: "object" } } }