Fitbit Activity Logs
fitbit_list_activitiesList Fitbit activity logs filtered by time range using before/after cursors, with pagination and optional privacy mode to control data exposure.
Instructions
List Fitbit activity logs. Supports before/after cursor, pagination and privacy modes. Requires activity scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only return activities after this time. Converted to Fitbit epoch seconds. | |
| before | No | Only return activities before this time. Converted to Fitbit epoch seconds. | |
| page | No | Fitbit page number. | |
| limit | No | Fitbit per_page value. Fitbit allows up to 200. | |
| all_pages | No | Fetch multiple pages up to max_pages. | |
| max_pages | No | Maximum pages to fetch when all_pages is true. | |
| privacy_mode | No | Optional per-call privacy override. Defaults to FITBIT_PRIVACY_MODE or structured. raw returns upstream Fitbit JSON. summary minimizes sensitive health and profile details. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| privacy_mode | Yes | ||
| count | Yes | ||
| records | Yes | ||
| next_page | No | ||
| has_more | Yes | ||
| pages_fetched | Yes |