Returns a paginated list of scenario assignments in the workspace.
Assignments represent tasks given to users to practice specific scenarios. Each assignment tracks status (not_started, in_progress, completed, past_due, did_not_pass), best score, attempt count, and completion requirements.
Filter by user, scenario, program, or status to find specific assignments.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Comma-separated user IDs to filter by. When combined with user_emails, results are unioned (all matching users from either list are included).
Comma-separated user email addresses to filter by. When combined with user_ids, results are unioned (all matching users from either list are included).
Comma-separated scenario IDs to filter by
Comma-separated program IDs to filter by
Filter by one or more assignment statuses
not_started, in_progress, completed, past_due, did_not_pass ["completed", "past_due"]Page number (1-indexed)
x >= 1Number of results per page (max 100)
1 <= x <= 100