Use Cases
- Analyze individual user behavior
- Track token usage per user
- Calculate per-user costs
- Monitor user activity levels
- Generate user-specific usage reports
Request Body
string[]
Array of user IDs to query. If not provided, returns data for all users.
object
Response
Returns a Result object containing an array of user statistics.array
string | null
Error message if the request failed, null otherwise
Example Request
Example Response
Notes
- Results are limited to 100 users per request
- User IDs must match the values passed in the
Helicone-User-Idheader during request logging - Costs are calculated based on the model pricing at the time of the request
- If no timeFilter is provided, defaults to all time
