tascan_get_scan_history
Scan accountability data. Two modes: (1) tag_id — scans of a registered NFC tag; (2) task_list_id or project_id — every QR/link page-open stamp: when the code was scanned, GPS + IP + channel (qr/nfc/sms/email/link), who the scanner turned out to be, and the scan→start delta (how long between scanning and actually identifying + starting work — the sign-in-and-vanish metric).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 200) | |
| since | No | ISO timestamp — only scans after this | |
| source | No | Filter page scans by channel: qr | nfc | sms | email | link | unknown | |
| tag_id | No | NFC tag registry ID (from tascan_list_tags) — tag mode | |
| project_id | No | Project ID — page-scan mode, all lists in the project | |
| task_list_id | No | Task list ID — page-scan mode |