action opentargets_get_relation_by_ensgid { label: "Find related entities by target" description: "Get `relation` objects starting from diseases.\n" provider: opentargets method: GET path: "/platform/private/relation/target/{target}" encoding: json input: { type: "object" properties: { target: { type: "string" } } required: ["target"] additionalProperties: false } output: { type: "object" additionalProperties: true } }