action botify_get_sitemaps_samples_out_of_config { label: "Sample list of URLs which were found in your sitemaps but outside of the" description: "Sample list of URLs which were found in your sitemaps but outside of the crawl perimeter defined for the project, for instance domain/subdomain or protocol (HTTP/HTTPS) not allowed in the crawl settings." provider: botify method: GET path: "/analyses/{username}/{project_slug}/{analysis_slug}/features/sitemaps/samples/out_of_config" encoding: json input: { type: "object" properties: { page: { type: "integer" } size: { type: "integer" } } additionalProperties: false } output: { type: "object" properties: { count: { type: "integer" } next: { type: "string" } page: { type: "integer" } previous: { type: "string" } results: { type: "array" items: { type: "string" } } size: { type: "integer" } } } }