list_paths
Retrieve the learning paths an organization has defined, including each sequence's title, description, and course count.
Instructions
List the course sequences an organization has defined.
A path is the SEQUENCE: a title, descriptions, and a count of the courses in it.
It is NOT what a learner sees. To find that, use `list_published_paths`, which is
the path on a particular domain, with a URL and visibility.
`course_name_singular` / `course_name_plural` are what this path calls its steps
on the customer-facing site - some organizations call them "modules" or "levels"
rather than "courses". Use those words when describing the path back to someone.
`path_item_count` is how many courses are in the sequence; `list_path_items`
gives the ordered list.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |