check_retention_expired
Assess whether data retention has expired based on TTL policy by comparing the last accessed timestamp with the maximum retention period in milliseconds, while considering the access type (ephemeral or persistent).
Instructions
Check if data retention has expired based on TTL policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessedAt | Yes | ISO timestamp of when data was accessed | |
| maxRetentionMs | Yes | Max retention in ms (null = no limit) | |
| accessType | No |