Search Export

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/export
API call form
Examples

List scheduled exports.

Parameters
Expand all Reset
find *OBJECTrequired
where *OBJECTrequired
attributes ARRAY[STRING]
include ARRAY[OBJECT]
order ARRAY
limit NUMBER
offset NUMBER
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
{
  "count": 1,
  "rows": [
    {
      "id": "7e0899a5-acd5-4235-8017-ff7ae208c88a",
      "task": {
        "type": "png",
        "emails": [
          "testexport@luzmo.com"
        ]
      },
      "timezone": null,
      "scheduled_at": "2018-09-03T12:17:58.267Z",
      "started_at": "2018-09-03T12:17:58.267Z",
      "completed_at": "2018-09-02T12:17:58.267Z",
      "frequency": 1440,
      "retries": 0,
      "active": true,
      "updated_at": "2018-09-03T12:17:58.282Z",
      "created_at": "2018-09-03T12:17:58.271Z",
      "last_scheduled_at": null,
      "user_id": "fde42af0-57f8-40e3-880c-3464d9a525ce",
      "securable_id": "fb7bbb18-587f-494d-bd00-ff8b8f519941"
    }
  ]
}