List Uploads
POST/file-svc/uploads
Lists uploaded files, returning only metadata about each upload.
To retrieve file content, use the Serve an Uploaded File
endpoint, which serves a single file per request.
Note: Retrieving the contents of multiple files in a single request is not supported currently.
Requires the file-svc:upload:view
permission.
Request
Responses
- 200
- 401
- 500
List of uploads
Unauthorized
Internal Server Error