Exports
Export a design
An actor triggers this event when they export a design.
Internal Canva systems may export the design for tasks including:
- Creating template previews.
- Creating design and template thumbnails.
- Sending a design for print(opens in a new tab or window).
Canva Apps and Canva Integrations can also trigger the export event.
typestringDefault value: EXPORT_DESIGN
Available values: The only valid value is EXPORT_DESIGN.
reasonExportReasonThe reason the design was exported. If not specified, a user, a Canva App, or a Canva integration exported the design.
The design was exported by an app.
typestringDefault value: APP
Available values: The only valid value is APP.
appAuditLogAppA Canva app.
idstringThe app ID.
namestringThe name of the app.
versionstringThe version of the app.
Canva internally exported the design for tasks including creating template previews, creating design and template thumbnails, or sending a design for print(opens in a new tab or window).
typestringDefault value: INTERNAL
Available values: The only valid value is INTERNAL.
output_typestringThe type of export.
Available values:
PDFJPGPNGPPTXMP4WEBGIFSVGEMAILHTMLWEBSITEDOCXCSVXLSX
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "EXPORT_DESIGN","reason": {"type": "APP","app": {"id": "AAEJQA10wBV","name": "Magic App","version": 23}},"output_type": "PDF"},"outcome": ...,"context": ...}
Export a user's data and content in bulk
This isn't a Data Subject Access Request (DSAR).
An actor triggers this event when they export personal data, uploads, and designs
from the Login & Security settings page.
A team owner(opens in a new tab or window) can also download their team's content.
For details, see Canva Help: Downloading your personal data, uploads, and designs in bulk(opens in a new tab or window).
typestringDefault value: EXPORT_BULK_DOWNLOAD
Available values: The only valid value is EXPORT_BULK_DOWNLOAD.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "EXPORT_BULK_DOWNLOAD"},"outcome": ...,"context": ...}
Download a user's data and content in bulk
An actor triggers this event when they visit the page showing the download URL for their
bulk download request. This event doesn't record whether the user downloaded the content.
These download URLs are valid for 14 days after the user made the request.
typestringDefault value: VIEW_BULK_DOWNLOAD_LINKS
Available values: The only valid value is VIEW_BULK_DOWNLOAD_LINKS.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "VIEW_BULK_DOWNLOAD_LINKS"},"outcome": ...,"context": ...}