action visiblethread_get_scan_by_id { label: "Get data from a previously run scan" description: "Get data from a previously run scan, identified by **scanId**" provider: visiblethread method: GET path: "/webscans/{scanId}" encoding: json input: { type: "object" properties: { scanId: { type: "string" } } required: ["scanId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }