firewallEventsAdaptive - unknown fields -

For Workers & Pages, what is the name of the domain?

What is the error message?

{“data”:null,“errors”:[{“message”:“unknown field "ClientRequestQuery"”,“path”:null,“extensions”:{“timestamp”:“2025-04-25T15 :19:42.326272554Z”,“ray_id”:“****************”}}]}

What is the issue or error you’re encountering

{“data”:null,“errors”:[{“message”:“unknown field "ClientRequestQuery"”,“path”:null,“extensions”:{“timestamp”:“2025-04-25T15 :19:42.326272554Z”,“ray_id”:“****************”}}]}

What steps have you taken to resolve the issue?

i just followed this tutorial but many fields are unknown eg clientAsn, clientCountryName, clientRequestPath, clientRequestQuery

What are the steps to reproduce the issue?

$ curl -X POST “https://api.cloudflare.com/client/v4/graphql
-H “Authorization: Bearer "
-H “Content-Type: application/json”
–data '{“query”:"{viewer {zones(filter: { zoneTag: "
*********" }) {firewallEventsAdaptive(filter: {datetime_geq: "2025-04-24T22:07:00Z",datetime_leq: "2025-04-25T22:07:00Z"}, limit: 10) {action clientIP ClientRequestQuery userAgent}}}}”}’

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