Get subscription usage
orb_get_subscription_usageGet metered usage for a subscription over a timeframe. Orb API: GET /subscriptions/{subscription_id}/usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | Property to group usage by. | |
| granularity | No | Time granularity for buckets (e.g. day). | |
| timeframe_end | No | ISO-8601 datetime, exclusive end. | |
| subscription_id | Yes | Orb subscription id. | |
| timeframe_start | No | ISO-8601 datetime, inclusive start. |