action contract_p_get_usage_stats_resource { label: "get_usage_stats_resource" provider: contract_p method: GET path: "/stats/usage" encoding: json input: { type: "object" properties: { end_date: { type: "string" } excel_output: { type: "boolean" } inbox_id: { type: "string" } start_date: { type: "string" } } required: ["end_date", "start_date"] additionalProperties: false } output: { type: "object" additionalProperties: true } }