List guide assignments

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.

Query Params
integer

Learner ID used to filter guide assignments to a single learner.

integer
required
1 to 200

Maximum number of records to return. Must be between 1 and 200.

string
enum
required

Pagination type.

Allowed:
integer
0 to 10000

Zero-based offset for offset pagination. Must be between 0 and 10000. Do not provide with cursor pagination.

string

Cursor for cursor pagination. Do not provide with offset pagination.

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json