List Billable Usage Logs
list_usageAudit token consumption and billable activity. Retrieve paginated usage logs filtered by feature, user, or date range to track quota spending.
Instructions
Use this when the user asks who consumed tokens, how their quota was spent, or wants an audit of billable activity over a date range. Retrieves a paginated list of billable feature usage logs for the organization — each entry is a token-consumption event (a dive, rank-radar creation, AI copywriter prompt, etc.). Filter by type (billable feature), search (user name/email), and startDate/endDate. Each item includes name, email, qty (tokens consumed), type, action (specific operation), nicheId/nicheName, rankRadarId, and date, plus pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to a single billable feature type. Omit to return all types. | |
| search | No | Case-insensitive partial match on the user's name or email. | |
| endDate | No | ISO-8601 date/timestamp; return only usage logs recorded on or before this time. | |
| pageSize | No | Items per page (max 200). Defaults to 50. | |
| startDate | No | ISO-8601 date/timestamp; return only usage logs recorded on or after this time. | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. |