action opentargets_post_target_by_ensgid { label: "Find information about a list of targets" description: "Get `target` objects. Used for the target profile page.\n" provider: opentargets method: POST path: "/platform/private/target" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }