Company-wide token run-rate: photos delivered in the last window_days,
priced at each shooting's billing method and each org's wallet rate, then
annualized (MRR = windowed € ÷ months-in-window, ARR = MRR × 12).
Reuses the same APPROVED-delivery counting as the lifetime roll-up (with one
added window predicate), so the two surfaces can't diverge. Orgs with no
delivery in the window are a €0 run-rate and are omitted. flat / none / unset
shootings price at 0 and are surfaced via flat_excluded_count — their
forfait revenue is real but not token-metered, never invented here.
Input parameters
Parameter
In
Type
Default
Nullable
Description
OAuth2PasswordBearer
header
string
N/A
No
window_days
query
integer
90
No
Trailing delivery window in days (90 = the contract default).
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body
{"properties":{"window_days":{"type":"integer","title":"Window Days"},"total_windowed_delivered":{"type":"integer","title":"Total Windowed Delivered"},"total_tokens_billable":{"type":"number","title":"Total Tokens Billable"},"total_mrr_eur":{"type":"number","title":"Total Mrr Eur"},"total_arr_eur":{"type":"number","title":"Total Arr Eur"},"flat_excluded_count":{"type":"integer","title":"Flat Excluded Count"},"organizations":{"items":{"$ref":"#/components/schemas/RunRateOrganization"},"type":"array","title":"Organizations"}},"type":"object","required":["window_days","total_windowed_delivered","total_tokens_billable","total_mrr_eur","total_arr_eur","flat_excluded_count","organizations"],"title":"RunRateReport","description":"Company-wide token run-rate: every org that delivered in the window plus\nthe grand totals. Superuser-only (carries € and negotiated rates)."}
⚠️This example has been generated automatically from the schema and it is not accurate. Refer to the schema for more information.Schema of the response body