canvas_quiz_get
Retrieve quiz details including description, time limits, due dates, question count, and quiz type from Canvas courses. Use to access quiz information without retrieving actual questions.
Instructions
Get detailed information about a specific quiz.
Returns:
Full description
Time limit and attempts
Due date, lock dates
Question count
Quiz type (practice, graded, survey)
Note: Cannot retrieve actual quiz questions via API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| quiz_id | Yes | The quiz ID |