If the success response contains a continuation token, the folder contains more items
you can list. You can use this token as a query parameter and retrieve more
items from the list, for example
/v1/folders/{folderId}/items?continuation={continuation}.
To retrieve all the items in a folder, you might need to make multiple requests.
Filter the folder items to only return specified types. The available types are:
design, folder, and image. To filter for more than one item type, provide a comma-
delimited list.
Sort the list of folder items.
This can be one of the following:
created_ascending: Sort results by creation date, in ascending order.
created_descending: Sort results by creation date, in descending order.
modified_ascending: Sort results by the last modified date, in ascending order.
modified_descending: (Default) Sort results by the last modified date, in descending
order.
title_ascending: Sort results by title, in ascending order. The title is either the
name field for a folder or asset, or the title field for a design.
title_descending: Sort results by title, in descending order. The title is either
the name field for a folder or asset, or the title field for a design.
Example request
Examples for using the /v1/folders/{folderId}/items endpoint:
curl--request GET 'https://api.canva.com/rest/v1/folders/{folderId}/items'\
A URL for retrieving the thumbnail image.
This URL expires after 15 minutes. This URL includes a query string
that's required for retrieving the thumbnail.
A URL for retrieving the thumbnail image.
This URL expires after 15 minutes. This URL includes a query string
that's required for retrieving the thumbnail.
The user-facing tags attached to the asset.
Users can add these tags to their uploaded assets, and they can search their uploaded
assets in the Canva UI by searching for these tags. For information on how users use
tags, see the
Canva Help Center page on asset tags.
A URL for retrieving the thumbnail image.
This URL expires after 15 minutes. This URL includes a query string
that's required for retrieving the thumbnail.
If the success response contains a continuation token, the folder contains more items
you can list. You can use this token as a query parameter and retrieve more
items from the list, for example
/v1/folders/{folderId}/items?continuation={continuation}.
To retrieve all the items in a folder, you might need to make multiple requests.