Success
HTTP 200
Returns a JSON that contains all file exports of your instance, running or completed.
JS
{
"pageNumber": 0,
"pageSize": 100,
"total": 3,
"isLast": true,
"exports": [
{
"exportId": "3f70d7bb-e05d-4658-9d2f-a9f9fac27396",
"status": "Successful",
"created": 1584536558826,
"completed": 2,
"total": 2,
"message": null,
"downloadLink": "https://tis.obss.io/rest/export/3f70d7bb-e05d-4658-9d2f-a9f9fac27396/download"
},
{
"exportId": "461d1869-866b-488e-baee-bda342aecc67",
"status": "Aborted",
"created": 1584540713594,
"completed": 22,
"total": 237,
"message": "Report processing was cancelled by the user"
},
{
"exportId": "532dad94-6776-4f02-9002-534c31563e9d",
"status": "Aborted",
"created": 1584607355618,
"completed": 1,
"total": 237,
"message": "Report processing was cancelled by the user"
}
]
}