List parts

GET https://{{upload.box.com}}/api/2.0/files/upload_sessions/:upload_session_id/parts

Return a list of the chunks uploaded to the upload

https://developer.box.com/reference/get-files-upload-sessions-id-parts

Request Params

KeyDatatypeRequiredDescription
offsetnumberThe offset of the item at which to begin the response.

Queries with offset parameter value exceeding 10000 will be rejected with a 400 response. | | limit | number | | The maximum number of items to return per page. |

RESPONSES

status: OK

{"total_count":5000,"limit":1000,"offset":2000,"order":[{"by":"type","direction":"ASC"}],"entries":[{"part_id":"6F2D3486","offset":16777216,"size":3222784,"sha1":"134b65991ed521fcfe4724b7d814ab8ded5185dc"}]}