Returns usage metrics for the authenticated organisation: credits consumed, active monitors, results collected. Filterable by date range. No credits charged.
| Field | Type | Description |
|---|---|---|
period.start | string | ISO 8601 start of the billing period |
period.end | string | ISO 8601 end of the billing period |
credits.total_consumed | integer | Total credits consumed in the period |
credits.by_feature | object | Credits consumed per feature as key-value pairs |
monitors.active | integer | Number of currently active monitors |
monitors.total | integer | Total monitors created (including paused and completed) |
results.total_collected | integer | Total number of results collected across all searches |