07-11-2025 05:57 - edited 07-11-2025 05:58
07-11-2025 05:57 - edited 07-11-2025 05:58
I am using a Google Pixel Watch 3, and every time I go for a run with it, I go to “Fitbit Exercise” and then “Run”. When I'm finished with my exercise, it is saved as a “Structured Workout”, with absolutely no indication of what kind of workout it was. Querying the activity from the Web API (https://api.fitbit.com/1/user/-/activities/list.json) gives me back this:
{
"activityTypeId": 91060,
"activityName": "Structured Workout",
// ...
}
After querying the Activity Types API (https://api.fitbit.com/1/activities.json), I notice that there is no activity type with that ID or name. It looks to me like “Structured Workout” (ID 91060) is a fallback for an unknown activity type, but it seems weird that something as common as a regular run would be flagged as unknown.
07-11-2025 13:22
07-11-2025 13:22
Hi @sindrenm
Let me try to reproduce this problem, and I'll get back to you.
yesterday
yesterday
Thanks for following up on this, @GordonFitbit. Have you managed to reproduce the problem? I've later heard from others starting the Run activity in the same way that I am, but not facing the same issue, but it happens consistently for me.