Get per-member credit-burn attribution
Returns credit-burn totals attributed to each organization member across the org’s tier plans, with each member’s burn count and the timestamp of their most recent burn (lastBurnAt, nullable). Pass planId to narrow the report to a single tier plan; otherwise every tier-plan burn is rolled up to one total per member. 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 members to return (1–1000).
100
Restrict attribution to a single group's spend. Omit for all members.
"grp-9f2a1c"
Restrict attribution to a single tier plan. Omit to roll up all tier plans.
"plan-5d8f2a"
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
Credits-by-member breakdown
Per-member credit-burn attribution rows.
Related topics
OrganizationsAnalyticsManaging Payment PlansManaging AI AgentsGet a group and its members