List activities for an org athlete
Returns privacy-filtered activities for an athlete who is a member of the organization. Activities are filtered to the org-API ceiling based on the athlete’s privacy settings; activities fully blocked by privacy are silently omitted. This includes activities the athlete has marked as private one-by-one from the mobile app — a per-activity opt-out is treated identically to any other privacy filter.
athlete_id is required. start_date and end_date are epoch milliseconds (UTC).
Required scope: activities:read
Authorizations
Bearer token. Pass the full API key as the bearer credential.
Format: Authorization: Bearer nrx_<key>
Query Parameters
Athlete user ID (must be a member of the API key's organization)
Start of date range as epoch milliseconds (UTC); inclusive
End of date range as epoch milliseconds (UTC); inclusive
Maximum number of results per page (default 50, max 100)
1 <= x <= 100Number of results to skip for pagination (default 0)
x >= 0