action botify_get_sitemaps_samples_sitemaps_only { label: "Sample list of URLs which were found in your sitemaps, within the project" description: "Sample list of URLs which were found in your sitemaps, within the project allowed scope (allowed domains/subdomains/protocols), but not found by the Botify crawler." provider: botify method: GET path: "/analyses/{username}/{project_slug}/{analysis_slug}/features/sitemaps/samples/sitemap_only" 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" } } } }