Hey, I am trying to use the graphQL API, but without success šŸ¤” I get an empty response: ``` {

Hey, I am trying to use the graphQL API, but without success šŸ¤”
I get an empty response:

{
    "data": {
        "viewer": {
            "accounts": [
                {
                    "queueMessageOperationsAdaptiveGroups": []
                }
            ]
        }
    },
    "errors": null
}


And I used the query
QueueMessageOperationsByMinute
from the example (https://developers.cloudflare.com/queues/reference/metrics/), with these variables:

{
    "accountTag": "xxx",
    "queueId": "dev-event-batch-queue",
    "datetimeStart": "2024-01-24T00:00:00Z",
    "datetimeEnd": "2024-01-24T23:59:00Z"
}

Annnd I do get metrics as you can see on the dashboard screenshot (I am sending requests with a curl loop to generate metrics in dev/local env)
Any idea? šŸ¤”
Screenshot_2024-01-24_at_16.00.23.png
Was this page helpful?