action botify_get_crawl_statistics_urls { label: "Return a list of 1000 latest URLs crawled (all crawled URLs or only URLS with HTTP errors)" description: "Return a list of 1000 latest URLs crawled (all crawled URLs or only URLS with HTTP errors)" provider: botify method: GET path: "/analyses/{username}/{project_slug}/{analysis_slug}/crawl_statistics/urls/{list_type}" encoding: json output: { type: "array" items: { description: "Successful operation" type: "object" } } }