v1

latestOpenAPI 3.0.3AGPL-3.0-only2026-07-17120116247.0 KB
data retention

Get retention checks

Returns the active retention checks

get/retention/users/checks

Response

successful operation

usernamestring

username to which the retention check refers

start_timeinteger

check start time as unix timestamp in milliseconds

notificationsRetentionCheckNotification[]
emailstring email

if the notification method is set to "Email", this is the e-mail address that receives the retention check report. This field is automatically set to the email address associated with the administrator starting the check

Example response

[
  {
    "folders": [
      {
        "path": "/",
        "retention": 24
      }
    ]
  }
]