Skip to main content

Get Uploaded Files

This API allows the authenticated user to retrieve a paginated list of files they have uploaded.

Query Parameters
page integer REQUIRED
limit integer REQUIRED
Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Responses
Success
Schema OPTIONAL
data object[]
_id string
company string
uploadedUser string
originalName string
mimeType string
size number
path string
md5Hash string
createdAt string
updatedAt string
__v number
filename string
meta object
total number
page number
limit number
totalPages number
Failed
Schema OPTIONAL
status string
request_id string
error string