Hey @Jordaninkmonkey ,
I checked our logs for errors related to that request ID and the endpoint / parameters recorded there are “/admin/api/2023-07/graphql?version=2023-07”.
Since the version is already included in the endpoint’s path you don’t need to append it as an additional parameter. Can you try again with “/admin/api/{{ VERSION }}/graphql.json” instead?
If you continue having issues could you also try to replicate the error in an HTTP client with a regular query rather than a Bulk Operation query, and try reducing the number of data requested in a single request?
Cheers,
- James