List Folder Items
list-folder-itemsBrowse the contents of a Canva folder to find designs, folders, and images stored in it.
Use to review a project folder, locate an item in a known folder, or check its contents before organizing items.
Returns matching items and, when more results are available, a continuation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Order the results by creation date, last modified date, or title, in ascending or descending order. | |
| folder_id | Yes | ID of the Canva folder to list. Use "root" to list items at the top level. | |
| item_types | No | Types of items to return. Omit to return designs, folders, and images. | |
| user_intent | No | Mandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended). | |
| continuation | No | Exact continuation token returned by the previous call with the same folder, filters, and sort order. Omit for the first page. |