action botify_get_project_urls_aggs { label: "Project Query aggregator" description: "Project Query aggregator. It accepts multiple queries that will be executed on all completed analyses in the project" provider: botify method: POST path: "/projects/{username}/{project_slug}/urls/aggs" encoding: json input: { type: "object" properties: { area: { type: "string" enum: ["current", "disappeared", "new"] } last_analysis_slug: { type: "string" } nb_analyses: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" properties: {} } }