Describe the Bug
Please, we’d like check the usage of models per user.
I’m admin of a team account.
response:
{
“code”: “error”,
“message”: “You must be a member of an enterprise team to access this resource”
}
Steps to Reproduce
curl -X GET “https://api.cursor.com/analytics/team/[email protected]”
-u YOUR_API_KEY:
Expected Behavior
{
“data”: {
“[email protected]”: [
{
“date”: “2025-01-15”,
“model_breakdown”: {
“claude-sonnet-4.5”: {
“messages”: 45,
“users”: 1
},
“gpt-4o”: {
“messages”: 12,
“users”: 1
}
}
}
]
},
“pagination”: {
“page”: 1,
“pageSize”: 100,
“totalUsers”: 1
}
}
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
not necessary for this topic
Does this stop you from using Cursor
No - Cursor works, but with this issue