Retrieve files owned by the user.

Retrieve a list of files owned by the user, with an optional filter by directory IDs.

Query Params
string

Filter files by directory ID.

string

Filter files by contentType.

string

Search files that contain the specified name.

integer

Page number for pagination.

integer

Number of items per page.

date

Filter files created after a specific date and time (YYYY-MM-DD).

date

Filter files created before a specific date and time (YYYY-MM-DD).

date

Filter files updated after a specific date and time (YYYY-MM-DD).

date

Filter files updated before a specific date and time (YYYY-MM-DD).

storageClasses[]
array of strings

Filter files by storage classes.

storageClasses[]
labels[]
array of strings

Filter files by labels.

labels[]
Responses
200

Successful response. Returns a list of files.

401

Unauthorized. Authentication required.

500

Server error. An error occurred while processing the request.

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here!