action openchannel_get_stats_total { label: "Returns the total number of events for a particular field." provider: openchannel method: GET path: "/stats/total" encoding: json input: { type: "object" properties: { end: { type: "integer" format: "int64" } fields: { type: "string" } query: { type: "string" } start: { type: "integer" format: "int64" } } required: ["fields"] additionalProperties: false } output: { type: "object" additionalProperties: true } }