Skip to main content
GET
/
platform
/
recovery
/
history
Recovery audit log
curl --request GET \
  --url https://api.rootkey.ai/api-v1/platform/recovery/history \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "rop_01j9z8k2m4n6p8q0r2s4t6v8",
      "type": "file",
      "assetId": "rec_01j9z8k2m4n6p8q0r2s4t6v8",
      "assetName": "audit-report-q3-2025.pdf",
      "status": "completed",
      "requestedBy": "api_key_prod_finance",
      "requestedAt": "2025-10-02T10:15:00Z",
      "completedAt": "2025-10-02T10:15:03Z"
    }
  ],
  "pagination": {
    "previousCursor": null,
    "nextCursor": null
  },
  "metadata": {
    "fetchedCount": 1,
    "totalCount": 1,
    "serverTimestamp": "2025-10-05T08:00:00Z",
    "parameters": {
      "limit": 20,
      "order": "desc"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootkey.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
required
Example:

20

cursor
string
order
enum<string>
required
Available options:
asc,
desc

Response

200 - application/json

Recovery history retrieved successfully

data
object[]
pagination
object
metadata
object