check_retention_expired
Check if data retention has expired by evaluating the last access timestamp against the maximum retention period in milliseconds, using a TTL policy.
Instructions
Check if data retention has expired based on TTL policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessType | No | ||
| accessedAt | Yes | ISO timestamp of when data was accessed | |
| maxRetentionMs | Yes | Max retention in ms (null = no limit) |