API Graphql: query accounts get Internal Server Error

What is the name of the domain?

https://api.cloudflare.com/client/v4/graphql

What is the error number?

200

What is the error message?

Internal server error

What is the issue you’re encountering

doent get the correct result about the query i sended

What are the steps to reproduce the issue?

this the query:

{
    viewer {
        accounts(filter: { accountTag: "xxx" }) {
            httpRequests1dGroups(
                filter: { date_gt: "2024-02-01" }
                orderBy: [date_ASC]
                limit: 10000
            ) {
                dimensions {
                    date
                }
                sum {
                    requests
                    pageViews
                }
            }
        }
    }
}

Screenshot of the error

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.