Fetch Upload Metadata
Fetch the metadata (including contained files) for specified upload IDs
Public
No
Request
Request
Object containing the following properties:
Property | Type |
---|---|
uploadIds (*) | Array<string> |
includeFiles | boolean |
(*) Required.
Response
Response
Object containing the following properties:
Property | Type |
---|---|
uploads (*) | Array<_Object with properties:_<ul><li>id: string</li><li>metadata: unknown (_nullable_)</li><li>bucket: string</li><li>contentLength: string</li><li>createdAt: string</li><li>updatedAt: string</li><li>completedAt: string (_nullable_)</li></ul> _and_ _Object with properties:_<ul><li>files: _Array of objects:_<br /><ul><li>path: string</li><li>mime: string (_nullable_)</li><li>contentLength: string</li></ul></li></ul>> |
(*) Required.