The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Using the REST API I can get list of my current active courses and courses tagged as favorite, but not older courses. I.e., the request below only shows a subset of courses
"https://school.instructure.com/api/v1/courses"
How can I list all courses that I created and their ID numbers as of a certain date?
It seems you can not simply go into the Web pages and make any course a favorite.
You may need to handle pagination of the response, see list_your_courses.py at https://github.com/gqmaguirejr/Canvas-tools
I was able to get the 164 courses that I am in.
I was able to get 164 courses.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.