List all files
Returns a list of the files that your account has access to. orq.ai sorts and returns the files by their creation dates, placing the most recently created files at the top.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size. Unset uses the server default.
Cursor for forward pagination. Set to the file_id of the last item
from the previous page.
Cursor for backward pagination. Set to the file_id of the first item
from the previous page.