action visiblethread_get_scan_url_by_id { label: "Gets data for a particular scan/webUrl" description: "Get detailed results for a scan/url (readability, long sentence and passive language instances), identified by **scanId** & **urlId**" provider: visiblethread method: GET path: "/webscans/{scanId}/webUrls/{urlId}" encoding: json input: { type: "object" properties: { scanId: { type: "string" } urlId: { type: "string" } } required: ["scanId", "urlId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }