V2 API Readiness

Hello, I am playing with the V2 API, but the tables entry seems to be empty at the moment

query {
  reportData {
    reports (
      limit: 1
      guildName:"[My Guild]"
      guildServerSlug:"[Slug]"
      guildServerRegion:"[Region]"
    ) {
      data {
        startTime
        endTime
        table
      }
    }
  }
}

Here is the response I got back:

{
  "data": {
    "reportData": {
      "reports": {
        "data": [
          {
            "startTime": 1592876299483,
            "endTime": 1592890774867,
            "table": null
          }
        ]
      }
    }
  }
}

Not sure if I missed anything, if it is currently under development, I wonder where can I track the dev progress? Thanks!

v2 is under development yes. Feel free to play around with it, but would not recommend it for production yet.