check_retention_expired
Evaluate if data retention has expired by comparing the access time to the maximum retention window. Helps enforce TTL policies.
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) |