action visiblethread_get_doc_by_id { label: "Get data from a previously submitted document" description: "Get data from a previously submitted document identified by ***docId***" provider: visiblethread method: GET path: "/documents/{docId}" encoding: json input: { type: "object" properties: { docId: { type: "string" } } required: ["docId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }