Admin API - daily-usage-data endpoint is not working properly

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

The Admin API is not returning any data about the lines added, deleted or suggested, all columns related to this is returning 0 from the endpoint daily-usage-data, I have the same problem when I download the csv from Cursor Dashboard.

Steps to Reproduce

Call https://api.cursor.com/teams/daily-usage-data with no filters
or access the Cursor dashboard with any filter applied and Export Data.

Expected Behavior

Any of the properties related to coding change should return with values.

“totalLinesAdded”: 0,
“totalLinesDeleted”: 0,
“acceptedLinesAdded”: 0,
“acceptedLinesDeleted”: 0,
“totalApplies”: 0,
“totalAccepts”: 0,
“totalRejects”: 0,
“totalTabsShown”: 0,
“totalTabsAccepted”: 0,

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.46 (user setup)
VSCode Version: 1.99.3
Commit: b9e5948c1ad20443a5cecba6b84a3c9b99d62580
Date: 2025-10-14T01:21:46.830Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

No - Cursor works, but with this issue

Looks like this may have started around October 8th based on my data/dashboard history.

Hey, thanks for the report! It looks like a backend data‑collection issue affecting both the Admin API and dashboard CSV exports.

I’ll pass this to the team, since it’s blocking enterprise customers from accessing critical usage metrics.

2 Likes

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