Get plan consumption
Returns credits burned per plan for the organization over an optional date range, with the number of unique users per plan. Credit amounts are serialised as strings (bigint). Requires a Nevermined API key. Requires active organization membership. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Query Parameters
Maximum number of plans to return (1–200).
50
ISO-8601 end date (inclusive). Omit for no upper bound.
"2026-02-01T23:59:59.999Z"
ISO-8601 start date (inclusive). Omit for no lower bound.
"2026-01-01T00:00:00.000Z"
Response
Plan consumption breakdown
Per-plan consumption rows.