(Deprecated) Getting Upload Status
You can get the status of an upload activity by submitting a GET request to the Upload File API .
Get upload status
Headers
Name
Type
Description
{
"activityId": "02de95e9-864d-49b5-a793-5e29f718dd2b",
"status": "PROCESSED",
"errorMessage": null,
"queuedCount": 0
}{
"errors": {
"err_1": {
"code": "404",
"message": "No activity found for id 02de95e9-864d-49b5-a793-5e29f718dd2",
"error_group_code": 0,
"error_id": 0
}
}
}Last updated
Was this helpful?