List Usage
list_usageRetrieve per-scan usage details including cost, kind, scan ID, and timestamp to attribute costs to specific scans or campaigns.
Instructions
List per-scan usage rows (cost in micros, kind, scan id, timestamp). Use to attribute cost to specific scans or campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | No | ISO 8601 datetime (with timezone offset), inclusive lower bound on the usage timestamp. Plain dates also work — the API normalises to UTC midnight. | |
| date_to | No | ISO 8601 datetime (with offset), inclusive upper bound. | |
| scan_id | No | Filter to one scan's cost rows. | |
| page | No | 1-indexed page. | |
| limit | No | Page size. |