Create Dataexport

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/dataexport

Schedule new data export. Exported file will be sent to the email of the user who created the export as a download link.

Parameters
Expand all Reset
properties *OBJECTrequired
type *STRINGrequired
columns ARRAY[OBJECT]
query *OBJECTrequired
locale_id *STRINGrequired
chart_id *STRINGrequired
chart_name TEXT
securable_id *STRINGrequired
Can be executed by:
Dashboard Reader
&
Dataset Reader
(For: Data Export)
Can be associated to:
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "task_id"
}