below output is what i am receiving
{“from”:“2023-12-20”,“to”:“2023-12-21”,“page_size”:30,“next_page_token”:“”,“operation_logs”:}
So, problem is with output data what i am receiving is different data according the date parameters i have passed in the method.
with above curl method i am getting recent generate logs only instead of the date parameter i have passed method
I’m not a bash scripting expert, but it may be how the query parameters are in the request. From further research, if using -d, for GET requests, it’s recommended to put each parameter as a separate -d instance: