usage_me_timeseries
Retrieve your current usage timeseries with JWT-authenticated request and credit consumption data, organized in UTC buckets for chart rendering. Supports custom time ranges and bucket sizes.
Instructions
Get current user's usage timeseries. Returns JWT-authenticated request and credit consumption buckets for chart rendering. Results use UTC buckets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Time range preset. Defaults to the current billing period. | |
| bucket | No | Bucket size. Defaults to hour for day range and day otherwise. | |
| endpoint | No | Optional endpoint filter | |
| from | No | Custom lower bound in RFC3339 format when range=custom | |
| to | No | Custom upper bound in RFC3339 format when range=custom |