Returns a paginated list of progress rows for steps in a guide assignment. File progress rows are limited to video file steps; generic file, audio, and image rows are excluded.
Think of this as the API equivalent of viewing one learner's progress through a guide — the answer sheet rather than the syllabus. It returns each step in the assignment, in order, with that learner's result: the step type, whether they got it correct, and when they completed it. Properties shared by all steps (type, isCorrect, completeAt) sit at the top level. Anything that only applies to certain step types lives in the content property. Not every step type has content support yet — see the list below for which are covered today. More will be added over time.
Example: a detailed audit view showing exactly how a learner performed on each question or activity within a guide — useful for grading reviews or compliance evidence.
This endpoint describes what the learner did. For the guide as authored — the steps, their configuration, and the sections they sit under — use List Guide Steps. For the overall result rather than the step-by-step breakdown, use Get Guide Assignment.
