Replies: 2 comments
|
Not the author, but I think the Claude Monitor is basically showing you the current session. But on the web version I guess Anthropic are doing some kind of behind the scenes calculation to determine how much usage you've gone through. The claude monitor is showing all the metrics individually. Perhaps we can get that current session usage metric via the API somehow though. |
|
You can get the exact "Current session" reset + utilization from Claude web API: Note: utilization is already a percentage (e.g. 34.0), not 0.34, so don’t multiply by 100. Requires sending session cookies (sessionKey + cf_clearance) due to Cloudflare protection. -Sylvester Assiamah (MenuPaapa) |
Uh oh!
There was an error while loading. Please reload this page.
I have a simple pro subscription which I reflected in the settings by running
What else do I need to do in order to see the "Current session" value that I can see in the web version? fiddle with a custom plan until what I see in the terminal kindof matches what I see in the web maybe?
All reactions