Returns a paginated list of guide assignments for the authenticated user's enterprise. Optionally filter assignments by learner ID.
Think of this as the API equivalent of a progress report in admin reporting. It returns guide assignments page by page — each record showing status, score, completion percentage, due date, time spent, who assigned it, and when it was completed. Results can be filtered to a single learner to get that person's full assignment history.
Example: feeding a management dashboard that shows who has been assigned what and how far along they are across the whole company, or pulling one person's assignment history for a review conversation.
Each record is identical in shape to what Get Guide Assignment returns for one assignment — use that endpoint when you already have a specific assignment in hand. For a learner's step-by-step results within an assignment, use List Guide Assignment Steps.
