get_course_topic
Retrieve detailed information about a specific course topic, including its title, description, URL, and linked assignments, after identifying it in course content.
Instructions
Get details about a specific course topic/lecture/reading including title, description, URL, and linked assignments. Use after get_course_content to get more info about a specific item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | No | The course ID. Optional if D2L_COURSE_ID env var is set. | |
| topicId | Yes | The TopicId from get_course_content. Example: 968299 |