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.
type
string
Default value: EXPORT_DESIGN
Available values: The only valid value is EXPORT_DESIGN
.
reason
ExportReason
The 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.
type
string
Default value: APP
Available values: The only valid value is APP
.
app
AuditLogApp
A Canva app.
id
string
The app ID.
name
string
The name of the app.
version
string
The 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).
type
string
Default value: INTERNAL
Available values: The only valid value is INTERNAL
.
output_type
string
The type of export.
Available values:
PDF
JPG
PNG
PPTX
MP4
WEB
GIF
SVG
EMAIL
HTML
WEBSITE
DOCX
CSV
XLSX
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).
type
string
Default 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.
type
string
Default 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": ...}