Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCanvas ToolsCanvas List Assignments For User
Canvas Tools

Canvas List Assignments For User

Tool to list assignments for a specific user in a Canvas course. Use when you need to retrieve assignments visible to a particular user, with optional filtering by due date, submission status, or search term. This endpoint respects user permissions and returns only assignments t…

Write actionRisk level 2 of 5API key connection
Use Canvas List Assignments For User

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • pageinteger
    Page number to fetch (1-indexed). Use to get results beyond the first page. If omitted, returns the first page.
  • bucketstring
    Filter assignments by due date and submission status. Allowed values: 'past' (submitted and graded), 'overdue' (past due and not submitted), 'undated' (no due date), 'ungraded' (submitted but not graded), 'unsubmitted' (not yet submitted), 'upcoming' (due soon), 'future' (due in…
  • includearray
    Optional information to include with each assignment. Allowed values: 'submission' (current user's submission), 'assignment_visibility' (user IDs who can see), 'all_dates' (all dates including overrides), 'overrides' (assignment overrides), 'observed_users' (observed users' subm…
  • user_idstring
    Required
    The unique identifier of the user to retrieve assignments for. Use 'self' to refer to the current authenticated user.
  • order_bystring
    Determines the order of the assignments. Allowed values: 'position' (course order), 'name' (alphabetical), 'due_at' (by due date). Defaults to 'position'.
  • per_pageinteger
    The number of assignments to return per page. Canvas default is typically 10.
  • course_idstring
    Required
    The unique identifier of the course to retrieve assignments from.
  • new_quizzesboolean
    Return only New Quizzes assignments. Set to true to filter for New Quizzes only.
  • post_to_sisboolean
    Return only assignments that have post_to_sis set (true) or not set (false). If omitted, returns all assignments regardless of this setting.
  • search_termstring
    Filter assignments by partial title match. Returns only assignments whose title contains this search term.
  • assignment_idsarray
    If set, return only assignments with the specified IDs. Useful for retrieving specific assignments.
  • override_assignment_datesboolean
    Apply assignment overrides for each assignment. Defaults to true in the API if not specified.

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

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.