- 09 Mar 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Get the status of export
- Updated on 09 Mar 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
The ID of the export request
Success
The below example shows the status response for export documentation has successfully Completed.
{
"status": "Completed",
"download_url": "https://document.com//exp/.zip",
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Current status of the export and it can be either one of these status 'Initiated/InProgress/Completed/Error'
Exported .zip file URL. The download URL will be available when the export status is completed
Status indication for customer Api response
Errors in the customer Api response
Stack trace for error response message
Description for error cause
Error code for Api resonse
Warning in the customer Api response
Warning description
warning code for customer Api base response
Information passed by the customer Api response
status description for customer Api response information
Bad Request
The below example shows that the given exportId is Invalid. Track your export Id form /v2/Project/Export.
{
"status": null,
"download_url": null,
"extension_data": null,
"success": true,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Invalid export id",
"error_code": "400",
"custom_data": null
}
],
"warnings": [],
"information": []
}
Current status of the export and it can be either one of these status 'Initiated/InProgress/Completed/Error'
Exported .zip file URL. The download URL will be available when the export status is completed
Status indication for customer Api response
Errors in the customer Api response
Stack trace for error response message
Description for error cause
Error code for Api resonse
Warning in the customer Api response
Warning description
warning code for customer Api base response
Information passed by the customer Api response
status description for customer Api response information