Page number to fetch (1-indexed). If omitted, returns the first page.
per_pageinteger
Number of submissions to return per page. Canvas default is 10.
course_idinteger
Required
The unique identifier for the Canvas course from which to retrieve submissions.
student_idsarray
List of student identifiers to filter submissions. Accepts Canvas user IDs, SIS user IDs (e.g., 'sis_user_id:S123'), or the special keyword 'all'. If omitted, submissions for the current authenticated user are returned. Students can only retrieve their own submissions. Observers…
assignment_idsarray
List of assignment identifiers (Canvas assignment IDs) for which to retrieve submissions. If this list is omitted or empty, submissions for all assignments in the course will be returned.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not