I'm trying to see usage of each API key in my usage plan. However when I run
aws apigateway get-usage --usage-plan-id ***** --start-date 2021-01-18 --end-date 2021-01-24 --profile prod --region ap-south-1 >> week04.txt
It returns usage of only few keys. When I try to do that from the AWS management console from here
It gives me the usage of the same few keys. I have to manually click every single key and generate the report which is very tedious. What am I doing wrong? Please help.

--no-paginateto get-usage?