list_assets
Retrieve the complete asset library for an organization to resolve content_asset_id values from lessons. See each asset's type and sync completion behavior.
Instructions
List the organization's asset library - the files courses are built from.
v2 has no assets endpoint at all, so this is the only way to see what content
exists. `list_lessons` returns a `content_asset_id`; this is what resolves it.
`asset_type` is PDF, FILE, VIDEO_BOTR or TEMPLATE. `sync_completion` means the
lesson is marked complete when the learner finishes the asset rather than when
they navigate away.
NO DOWNLOAD LINKS HERE. The listing carries no `download_url` - only
`get_asset` does. An empty result for one does not mean the file is unavailable.
The whole library comes back in one response; there is no paging to do.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| total | No | ||
| assets | Yes |