API Reference
Log In
API Reference

List Per-Person Analytics

Retrieves cost per person for the authenticated user's organization, one row per person,
for providers that attribute spend to a person at the source.

Cost only. Token counts, request counts and per-million figures have no source on this
path and come back absent rather than zero. Spend the provider attributes to nobody is
not a row here: it is carried under a named model sentinel on the models view.

provider: only anthropic_enterprise attributes spend to a person today, so any
other value returns an empty page rather than an error.

usageType: filtering narrows a person to that one type, and the provider writes
its non-token charges under their own type names, so a filter drops them from the
person's total. Omit it for a person's whole cost.

sort: totalCost (default, descending), userId, userEmail, percentage,
creditsApplied. These are the aggregate names, not the response field names, and an
unknown key fails the request.

All costs are in USD.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization). Format: Revenium hashid (URL-safe encoded string).

string
enum
required

Time period for analytics

Allowed:
string

Filter start date/time in ISO 8601 format.

string

Filter end date/time in ISO 8601 format.

string
enum

Filter results by AI provider. Omit to include all providers.

Allowed:
string
enum

Filter by usage type. Omit to include all types.

Allowed:
number
≥ 0

Filter by a starting cost (inclusive).

number
≥ 0

Filter by an ending cost (inclusive).

string

Search query to filter people by email address

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

sort
array of strings
Defaults to totalCost,DESC,userId,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*