Trigger a Canvas LMS SIS Import to provision courses and sections from a CSV payload

domain: canvas.instructure.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Prepare one or more CSV files conforming to the Canvas SIS Import CSV format specification: courses.csv, sections.csv, and optionally users.csv and enrollments.csv
  2. Authenticate to the Canvas REST API using an admin-scoped access token or OAuth 2.0 token with the SIS import permission
  3. POST the CSV file(s) as a multipart/form-data upload to the /api/v1/accounts/:account_id/sis_imports endpoint with the import_type set to instructure_csv
  4. Capture the sis_import id from the response body
  5. Poll GET /api/v1/accounts/:account_id/sis_imports/:id to track workflow_state until it reaches imported, imported_with_messages, or failed_with_messages
  6. On completion, check the processing_warnings and processing_errors arrays in the final status response to surface any row-level issues

Known gotchas

Related routes

Sync Canvas LMS enrollments for a course via REST API
instructure.com · 5 steps · unrated
Sync grades from an LMS to an SIS (vendor-agnostic pattern)
imsglobal.org · 6 steps · unrated
Provision courses via the Canvas REST API
instructure.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp