Get User Memory Stats
Get memory statistics for all users in the organization.
Returns per user: name, user_id, total hours of memory duration, number of memories, last online timestamp, and device status.
Only non-archived, non-deleted memories are counted.
Filter Options:
- today - current day's data
- week - past 7 days (default)
- month - past 30 days
- all_time - complete historical data
- custom - user-defined date range (requires start_date and end_date)
Sorting:
- sort_by: total_hours (default), name, memory_count, last_online
- sort_order: desc (default) or asc
Pagination:
- page: Page number, 1-based (default: 1)
- per_page: Items per page, 1-100 (default: 10)
Query parameters
Time range filter: today, week, month, all_time, custom
Start date for custom range (ISO 8601)
Start date for custom range (ISO 8601)
End date for custom range (ISO 8601)
End date for custom range (ISO 8601)
Field to sort by: name, total_hours, memory_count, last_online
Sort direction: asc or desc
Sort direction: asc or desc
Page number (1-based)
Page number (1-based)
Items per page (1-100)
Items per page (1-100)
User's IANA timezone (e.g. Asia/Kolkata). Used to align date boundaries to the user's local midnight.
User's IANA timezone (e.g. Asia/Kolkata). Used to align date boundaries to the user's local midnight.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.