Hey, I am trying to find the average session length by user. I know this is possible on a chart but using the endpoint:
GET https://amplitude.com/api/3/chart/CHART_ID_HERE/query
Only returns 1000 user ids. Another way would be to use the user activity endpoint but this would be a long process.
I essentially want the following endpoint:
GET https://amplitude.com/api/2/sessions/peruser
But with the ability to group by cohort, property or those who have performed a particular event.