Get revenue breakdown by agent
Returns total revenue per agent for the organization over an optional date range, plus an aggregate totalRevenue. Monetary amounts are serialised as strings (bigint). Omit the date range to cover all time. 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
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"
Related topics
AnalyticsCheck Your Revenue (Seller)Get monthly recurring revenueAgents GuideOrganizations