Fetch Timeline
Proof Of Work
Fetch Timeline
Fetch per-user activity timeline for a selected day and optional hour filter. Returns paginated results with totalActiveUsers for load-more support.
POST
Fetch Timeline
Documentation Index
Fetch the complete documentation index at: https://developer.trackpilots.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Option 1
- Option 2
Request payload to fetch the activity timeline for a day. Either userId or teamId must be provided. Both cannot be empty.
Example:
"2026-02-08 00:00:00"
Example:
"2026-02-08 23:59:59"
IANA timezone of the requester
Example:
"Asia/Kolkata"
List of user UUIDs to fetch timeline for
Page number for pagination (1-based). Defaults to 1.
Required range:
x >= 1Example:
1
List of team UUIDs to fetch timeline for
