get_course
Fetch a Skilljar course by ID and get detailed attributes: descriptions, navigation settings, and timestamps. Use after locating the course for in-depth info, not lessons.
Instructions
Fetch one course by its Skilljar id, with its full attributes.
Returns more than `list_courses` does - descriptions, navigation settings and
timestamps - so prefer this when you need detail about a course you have already
located. It does NOT return the course's lessons; use `list_lessons` with
`filter_course_id` for those.
`id` is the obfuscated Skilljar course id, not a title. Requires the
`courses:read` OAuth scope. A malformed, cross-organization, soft-deleted or
draft id is reported as not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| created_at | No | ||
| external_id | No | ||
| modified_at | No | ||
| is_published | No | ||
| lesson_count | No | ||
| short_description | No | ||
| long_description_html | No | ||
| enforce_sequential_navigation | No |