Check usage and prices
get_usageWhat the organization's plan allows, how much of it is left this period, and what each operation costs.
Worth reading before a run of expensive calls: the operations differ by seventeen times in price, so the difference between fetch_markdown and summarize_page over a hundred pages is 100 credits against 1,700. It is also how to read a refusal — a call that comes back with quota_exceeded is telling you this number ran out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| credits | Yes | ||
| plan_name | No | ||
| concurrency_limit | No | ||
| cost_per_operation | Yes | ||
| residential_surcharge_per_page_visit | No |