nodemaven_get_usage
Check account traffic usage, request counts, or per-domain breakdown to monitor remaining capacity and attribute costs. Get data or domain-level usage details for proxy planning.
Instructions
Report account usage: traffic consumed, request counts or per-domain breakdown.
Use this to check remaining traffic before a large run, or to attribute spend to the domains that caused it.
Returns: str: Markdown or JSON with the same pagination envelope as nodemaven_list_locations, where items are usage records. On failure: "Error: "
Examples: - "how much traffic have I burned?" -> kind='data' - "which domains cost me the most?" -> kind='domains'
Requires NODEMAVEN_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 'data' for traffic consumption, 'requests' for request counts, 'domains' for per-domain usage. | data |
| limit | No | Maximum records to return. | |
| offset | No | Records to skip, for pagination. | |
| response_format | No | 'markdown' for a compact summary, 'json' for the full payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |