Retrieves learner progress tracking records for a specific course. Returns tracking objects containing progress percentages, completion status, and timestamps. Supports filtering by learner identifier, client identifier, date range, and completion status, with pagination support.
idRequiredintegerCourse ID to retrieve trackings for (required)
endstringFilter trackings created before this date (ISO 8601 format: YYYY-MM-DD)
pageintegerPage number to retrieve (0-indexed, starts at 0)
startstringFilter trackings created after this date (ISO 8601 format: YYYY-MM-DD)
lengthintegerNumber of results per page (range: 1-100)
completedbooleanFilter by completion status: true for completed only, false for incomplete only
identifierstringFilter to trackings linked to a specific learner identifier
clientIdentifierstringFilter to trackings linked to a specific client identifier
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.