cURL
curl --request GET \ --url https://api.rootkey.ai/api-v1/platform/files/{fileId}/history \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "fileId": "<string>", "action": "<string>", "status": "<string>", "details": {}, "timestamp": "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.
asc
desc
History retrieved
Show child attributes
Was this page helpful?