get https://api.productboard.com/v2/member-activities
Retrieves detailed member activity data from the analytics system. Supports optional date range filtering
(dateFrom
, dateTo
) and pagination for handling large result sets. Returns a structured list of member activity
records, each containing the activity date, the user’s role, an activity flag indicating whether the user was active,
and counts for specific activity types.
The dataset also includes records for inactive users. For days when a user was not active,
these records have activeFlag
set to false.
Behavior
- If no date range is provided, the endpoint returns data starting from January 1, 2025, or from the Space creation date if it was created after that time.
- Results are returned in ascending order (earliest to latest).
- Pagination parameters must be used to retrieve the full dataset if results exceed the maximum page size.
Limitations
- Historical data may only be available from January 1, 2025, or from the Space creation date if it was created after that time.
- To ensure performance, the maximum limit is set to 1000 records per request. Default is 100.
- This endpoint is read-only and does not support real-time activity streaming. Metrics are precomputed once per day.
- Member activity data is not available for trial spaces.