GET
/organizations/{organizationId}/billing/usageGet metered usage
Returns consumption and included allowances for each metered feature in a billing period.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
period_startquery · string · dateoptional
Responses
200application/json
Usage summary.
{
"period": {
"start": "2026-09-01",
"end": "2026-09-30"
},
"meters": [
{
"key": "api_requests",
"included": 5000000,
"used": 1820043,
"unit": "requests"
},
{
"key": "workflow_runs",
"included": 100000,
"used": 48912,
"unit": "runs"
},
{
"key": "file_storage",
"included": 107374182400,
"used": 27659589312,
"unit": "bytes"
}
],
"request_id": "req_01J8G5Q2P9M4V7K6N3T"
}periodobjectoptional
metersarray<object>optional
request_idstringoptional
Powered by heyo-docs