cURL
curl --request GET \ --url https://api.rootkey.ai/api-v1/platform/files \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "versionsNumber": 123, "name": "<string>", "size": "<string>", "extension": "<string>", "status": "PENDING", "integrity": 123, "url": "<string>", "createdAt": "2023-11-07T05:31:56Z", "vault": { "name": "<string>", "address": "<string>" }, "parentId": "<string>", "lastValidateAt": "2023-11-07T05:31:56Z" } ], "pagination": { "previousCursor": "<string>", "nextCursor": "<string>" }, "metadata": { "fetchedCount": 123, "totalCount": 123, "serverTimestamp": "2023-11-07T05:31:56Z", "parameters": { "limit": 123, "cursor": "<string>", "order": "asc" } } }
Documentation IndexFetch the complete documentation index at: https://docs.rootkey.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rootkey.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vault address
Cursor for pagination
asc
desc
registered
pending
error
Files listed with pagination
Show child attributes
Was this page helpful?