Retention policies

A list of retention policies

integer / int64
156

The number of retention policies.

Response Example

{
  "entries": [
    {
      "id": 12345,
      "type": "file_version",
      "policy_name": "Some Policy Name",
      "retention_length": 365,
      "disposition_action": "permanently_delete"
    }
  ],
  "total_count": 156
}