GET /activities/:activityId/progress

GET /activities/:activityId/progress

GET /api/activities/[activityId]/progress Verify user is authenticated with Clerk Get user's profile to get Supabase id Fetch activity progress No progress found - this is okay for a new activity

Endpoint

GET /activities/:activityId/progress

Authentication

This endpoint requires authentication. Include your authentication token in the request headers.

Path Parameters

ParameterTypeDescription
activityIdstringPath parameter

Error Responses

Status CodeError CodeDescription
401HTTP_401Unauthorized
404HTTP_404Not Found
404HTTP_404Not Found
500HTTP_500Internal Server Error
500HTTP_500Internal Server Error

Example Request

curl -X GET "https://api.allurelms.com/activities/activityId-value/progress" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"