So I have generated a token and tested it and all is successful, but I am trying to pull the logs from Cloudflare using the "https://api.cloudflare.com/v4/zones/<Zone-ID>/logs/access " and I am getting this error:
"Error occurred while calling url: https://api.cloudflare.com/v4/zones/<Zone-ID>/logs/access status code: 404 {'success': False, 'errors': [{'code': 7000, 'message': 'No route for that URI'}]}), "
what is my mistake ? or I can’t get logs without creating logpush job?