Check Status
check_statusMonitor shared secret status to track view counts, verify active status, and check expiration dates without consuming views. Detect new views by comparing with previous counts.
Instructions
Check the status of a previously shared secret — how many times it's been viewed, whether it's still active, and when it expires. Does not consume a view. Optionally pass previous_views to detect new views since last check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| secret_id | No | ||
| status_token | No | ||
| previousViews | No | Last known view count. When provided, the response message will indicate if new views have occurred since this value. |