Skip to main content
GET /v1/usage returns account-level totals for a month or a custom range, counting only settled work. It lags active sessions, so do not use it for live session control. For a single running session, read usage on the session object instead.

Current month

period accepts current_month or previous_month and cannot be combined with period_start and period_end. Daily buckets are UTC unless you pass time_zone as an IANA name such as America/Los_Angeles.

Custom range

Both bounds are ISO-8601 UTC, with period_start inclusive and period_end exclusive.