User_quota "Unexpected Error"

Hi,

We just started getting “Unexpected Error” when checking user quota.
Example “request_id”: “5f89e12ca462953c3d01486b”

Thank you!

query
{
  user_quota {
    is_expired
    expiration_date
    time_remaining
    credits_remaining
    max_available
    increment_rate
  }
}

{
  "errors": [
    {
      "message": "Unexpected Error",
      "operation": "user_quota",
      "field": "user_quota",
      "request_id": "5f89e12ca462953c3d01486b",
      "code": 22
    }
  ],
  "data": {
    "user_quota": null
  }
}

Hi, would really appreciate response as this is interrupting our processes. Thank you!

More recent response if it helps:

{
    "errors": [
        {
            "message": "Unexpected Error",
            "operation": "user_quota",
            "field": "user_quota",
            "request_id": "5f8db29bf77c2efa743ab391",
            "code": 22
        }
    ],
    "data": {
        "user_quota": null
    }
}

hello @jwzI try to get same error using same request you did, but Im not getting any error

I’m getting this:

{
  "data": {
    "user_quota": {
      "is_expired": false,
      "expiration_date": null,
      "time_remaining": null,
      "credits_remaining": 1001,
      "max_available": 1001,
      "increment_rate": 15
    }
  }
}

Hi @galvarez it was not working this morning but just started working now.
Thanks!