⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/files/incomplete

List incomplete or still-processing file uploads for the authenticated user.

GET/api/user/files/incomplete

Response Body

application/json

application/json

curl -X GET "https://example.com/api/user/files/incomplete"
[  {    "id": "string",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "status": "PENDING",    "chunksTotal": 0,    "chunksComplete": 0,    "userId": "string",    "metadata": {      "file": {        "filename": "string",        "type": "string",        "id": "string"      }    }  }]