action opentargets_get_target_by_ensgid { label: "Find information about a target" description: "Get `target` objects.\n" provider: opentargets method: GET path: "/platform/private/target/{target}" encoding: json input: { type: "object" properties: { target: { type: "string" } } required: ["target"] additionalProperties: false } output: { type: "object" additionalProperties: true } }