GET files/upload_sessions/{upload_session_id}/parts
Summary: List parts
Operation ID: get_files_upload_sessions_id_parts
Auth: unknown
Operation ID: get_files_upload_sessions_id_parts
Auth: unknown
Description
Return a list of the chunks uploaded to the upload session so far.
Parameters (3)
limit
(integer, query, optional)
The maximum number of items to return per page.
Constraints: {'maximum': 1000}
offset
(integer, query, optional, default: 0)
The offset of the item at which to begin the response. Queries with offset parameter value exceeding 10000 will be rejected with a 400 response.
upload_session_id
(string, path, required)
The ID of the upload session.
No probe data for this endpoint yet.