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