assets

Export assets as a downloadable archive

[cloud-only] Initiates a bulk export of assets. Returns a task ID for tracking progress via WebSocket. When complete, the export can be downloaded via the exports endpoint.

post/api/assets/export

Request body

asset_idsstring[] required

IDs of assets to export

export_namestring

Name for the export archive

Response

Export task accepted

task_idstring uuid required

ID of the export task; use to poll status.

status'created' | 'running' | 'completed' | 'failed' required

Current task status (typically created on initial creation).

messagestring

Human-readable task message.

Changes