list_published_paths
List all published learning paths for a domain, showing URLs and visibility. Determine what learners actually see, including hidden catalog status and free offers, to answer path-related questions.
Instructions
List the paths published on one domain - what learners can actually see.
`domain_name` is the HOSTNAME, not an id: `training.example.org`. v2's
`list_domains` gives the hostnames.
This is the tool for almost any real question about a path, because a path with
no publication is invisible. A path published to two domains appears twice here,
once per domain, with its own URL and visibility each time.
`hidden` keeps it off the catalog while leaving the URL reachable - which is not
the same as unpublished. `offer` is null when the path is free.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| domain_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |