cursor_cost_breakdowns
Individual usage events with cost and token details from Cursor.
-
daily_user_metric_id
Foreign key - Reference to the daily user metric record.
-
timestamp
number - Event timestamp in epoch milliseconds.
-
model
string - AI model used for the request.
-
kind
string - Billing category (e.g., Usage-based, Included in Business).
-
max_mode
boolean - Whether the request used max mode.
-
requests_costs
number - Cost in request units.
-
is_token_based_call
boolean - Whether the request was billed by token usage.
-
is_chargeable
boolean - Whether this event incurs a charge.
-
is_headless
boolean - Whether this request was made without a connected client.
-
input_tokens
number - Number of input tokens consumed.
-
output_tokens
number - Number of output tokens generated.
-
cache_write_tokens
number - Number of tokens written to cache.
-
cache_read_tokens
number - Number of tokens read from cache.
-
total_cents
number - Total model cost in cents.
-
charged_cents
number - Total amount charged in cents (model cost + token fee).
-
cursor_token_fee_cents
number - Cursor token fee in cents.
-
is_free_bugbot
boolean - Whether this was a free Bugbot request.