list_course_labels
Retrieve internal classification labels for a specific course using its course ID. See which labels are attached to course content across all domains, independent of learner-facing publications.
Instructions
Which internal classifications a single course has been given.
`course_id` is the course, not a published course - labels attach to the content
rather than to a publication, so they are the same on every domain the course
appears on.
These are internal: they do not affect what a learner sees.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |