action influxdata_get_checks_id { label: "Retrieve a check" provider: influxdata method: GET path: "/checks/{checkID}" encoding: json input: { type: "object" properties: { checkID: { type: "string" } } required: ["checkID"] additionalProperties: false } output: { type: "object" } }