Sign in

List folder items

documented

List items inside a folder.

GET /rest/v1/folders/{folderId}/itemsFoldersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.canva.com/rest/v1/folders/{{$folderId}}/items?continuation={{continuation}}&limit={{limit}}&item_types={{item_types}}&sort_by={{sort_by}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"