check_retention_expired
Determine if data retention has expired by comparing the access timestamp against the allowed retention period, returning a decision on whether expiry has occurred.
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) |