cURL
curl --request GET \ --url https://api.zarkai.xyz/v1/storage/files \ --header 'x-api-key: <api-key>'
{ "files": [ { "fileId": "<string>", "sizeBytes": "<string>", "mimeType": "<string>", "name": "<string>", "createdAt": "<string>", "metadata": { "blobId": "<string>", "quiltId": "<string>", "quiltPatchId": "<string>" } } ], "pagination": { "hasMore": true, "cursor": "<string>" } }
Retrieve a paginated list of files sorted by creation date (newest first).
API key for authentication
Number of files to return per page
Pagination cursor for retrieving the next page
List of files
Show child attributes