Zecmon — poll a scan job
seneschal_zecmon_scan_statusPoll a scan opened by zecmon_scan. Returns phase, progress and the notes found SO FAR — notes accumulate during the scan, so you can read them before it finishes. During "detecting-birthday" the response carries the descending backwards window; during "scanning" it carries birthday → tip coverage. Poll no faster than every 1.5s. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | From zecmon_scan. | |
| jobToken | Yes | From zecmon_scan — the only credential for this job. | |
| includeNotes | No | Include the per-note breakdown. Default true; set false for progress only. |