Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.rootkey.ai/api-v1/platform/recovery-point/{recoveryPointId} \ --header 'x-api-key: <api-key>'
{ "recoveryPoint": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "vaults": [ "<string>" ], "timeRange": { "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z" }, "status": "<string>", "integrity": 123, "numberOfFiles": 123, "progress": 123, "size": 123, "hash": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
ROOTKey API key (rk_live_... for production, rk_test_... for the test network).
Recovery point
Show child attributes
Was this page helpful?