Search Folders
search-foldersFind or browse Canva folders the user owns or that are shared with them.
Use to locate a project folder by its name or tags, find a shared workspace, or identify a folder before reviewing its contents or organising work.
Not for finding designs, images, or subfolders within a known folder.
Returns matching folders and, when more results are available, a continuation token for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of folders to return per page. | |
| query | No | Text to match against folder names and tags. Omit to browse all of the user's available folders. | |
| ownership | No | Which folders to return. Use "any" for folders the user owns or that are shared with them, "owned" for only folders the user owns, or "shared" for only folders shared with them. | |
| 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 search query and ownership filter. Omit for the first page. |