get https://api.mantiumai.com/v1/files
List all of the current user's organization's files.
Query String Parameters
- page - The page of records to return. Optional, defaults to page 1.
- size - the number of records to return for each page. Optional, defaults to 20 files per page.
Returns an array of UserFile
objects.