How check the usage of models per user?

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

Hey, thanks for the report. The Analytics API endpoints (including /analytics/team/models) are currently only available on the Enterprise plan, not on Team plans. This is expected behavior and is what’s causing the error you’re seeing.

There’s already a feature request to add these APIs for Team plans: Please Extend Analytics API & AI Code Tracking API to Team Plan Users

I’d recommend upvoting that topic or describing your use case there.

If your organization needs these analytics features right now, you can consider upgrading to an Enterprise plan or reaching out to the team directly to discuss Enterprise options.

If you have any other questions, let me know.