Report Created Event

This event is fired every time a report is generated, manually or scheduled. The data property will contain a Report Object.

{
  "type": "REPORT_CREATED",
  "ctime": 1619552282398, 
  "data": {
      "rpid": "ae76151f116347c1b43fc2a18c28437c",
      "report": "Project Stats",
      "title": "Project Stats",
      "status": "done",
      "files": [
          {
              "id": 1,
              "file": "c1b43fc2a18c283e334534a",
              "ctime": 1724263908900,
              "ext": "csv",
              "url": "/api/report/download/ae76151f116347c1b43fc2a18c28437c/1"
          }
      ]
  }
}