Reporting: on demand usage different periods

Hi,

For reporting purposes, I need to have an overview of on demand usage for different periods (fe. last month, last year, …).

Although https://cursor.com/dashboard/members?startDate=2026-04-01&endDate=2026-04-31 contains start and end date, changing it does not change the reported data.

Is it possible to get the same report for last month?

Hey @bert.pattyn!

The startDate and endDate parameters you’re seeing in the Members page URL are probably being carried over from the Analytics page – they don’t have any effect on the Members page. Not breaking anything, but probably something we should fix!

For on-demand usage across different time periods, your best bet is the Usage page. It has a date selector and supports from and to query parameters in the URL. From there, you can export a CSV for further data manipulation.

There’s also an Admin API that supports custom date ranges programmatically (/teams/filtered-usage-events, /teams/daily-usage-data), but I’d suggest starting with the CSV export. It’s much more straightforward.

Hi @Colin,

Thanks for the response.

afaik I see, there is no finance csv export on the Analytics page. So an export that gives me an overview of the included, free and on-demand usage for a given timeframe per user is there not available. Correct?

Maybe possible the generate it based on /dashboard/usage, but a bit more complex.

It think it should be a good idea to add time filters on the Members page.