API Reference: User Management
User Properties
Get information about the current user.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
OK
The response is of type object
.
Previous
List Provider Records### List Provider Records
Query provider records with metrics, optionally filtering by providers.
This endpoint allows you to query provider records with support for:
- Filtering by UTC timestamp range and providers.
- Including provider-specific metrics in the response.
The response includes records with raw data from providers transformed into the unified data model, each possibly including:
- base information (start, end, duration, user time offset, input method, source provider, etc.)
- metrics (base and provider-specific)
- activity information such as activity ID, type, and tags
- activity breakdown into laps, sessions, etc.
- sleeps with sample data
All timestamps in both request and response are in the UTC timezone.
Next