Files
Get files paginated
Gets the files of the user paginated
Authorization
x-api-key
<token>
API Key for authentication
In: header
Query Parameters
take
number
The number of elements to retrieve
Default:
20
Minimum: 1
Maximum: 100
from
string
The id of the file from which to start the search
Response Body
Successfully retrieved the list of files.
TypeScript Definitions
Use the response body type in TypeScript.
datarequired
array<File Response>
The list of files
linksrequired
object