action statsocial_post_reports_status { label: "Get list of generated reports" description: "Returns a list of custom reports generated by user (report name to upload hash etc).\n" provider: statsocial method: POST path: "/reports/status/" encoding: json input: { type: "object" properties: { report_hash: { type: "string" } } required: ["report_hash"] additionalProperties: false } output: { properties: { msg: { type: "string" } success: { type: "string" } } } }