Docker Hub Usage feature "Send Report to Email" -- access_token_name is empty

I’d like to group the usage report by access token so I can see what services are using the pulls.

I’m having an issue with the CSV file generated from my authenticated docker hub usage. I’m currently using the “Send Report to Email” feature to retrieve the CSV file. The CSV field access_token_name is empty for all requests. Has anyone else run into this?

"datehour","user_name","repository","access_token_name","ips","repository_privacy","tag","digest","version_checks","pulls"
"2025/01/01/18","x","1password/connect-api","","[x.x.x.x]","public","latest","sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba","0","2"
"2025/01/01/18","x","1password/connect-sync","","[x.x.x.x]","public","latest","sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5","0","2"
"2025/01/01/18","x","analogic/poste.io","","[x.x.x.x]","public","latest","sha256:09f025668b21ffe52fd3358a548e2e1694a01f68f3f38f1023da8b03a0129b06","0","2"
"2025/01/01/18","x","cloudflare/cloudflared","","[x.x.x.x]","public","latest","sha256:cb38f3f30910a7d51545118a179b8516eb7066eac61855d62ce6ed733c54ce70","0","2"
"2025/01/01/18","x","excalidraw/excalidraw","","[x.x.x.x]","public","latest","sha256:56163a0c3eaeaf3444b3addf60d7cb6011a56bd17a7d0e1c24f11e62324a5d07","0","2"
"2025/01/01/18","x","excalidraw/excalidraw","","[x.x.x.x]","public","","sha256:56163a0c3eaeaf3444b3addf60d7cb6011a56bd17a7d0e1c24f11e62324a5d07","0","2"

Basedon this guide:

https://docs.docker.com/docker-hub/download-rate-limit/#download-docker-hub-pulls-usage

I would not expect it to be empty, but it was empty for me too. You could report it on GitHub

I also found a link in the email to a survey, but didn’t finish it to see what questions it would ask

Thank you, I opened one as suggested: Docker Hub Usage feature "Send Report to Email" – access_token_name is empty · Issue #2428 · docker/hub-feedback · GitHub

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.