search
Find and retrieve past QSOs by call, band, mode, or DXCC entity. Check dupe status or entity worked status for new contacts.
Instructions
Search and list the log (read-only).
operations:
list (count, include_all): the most recent QSOs (primary fields, or every field with include_all=true).
search (call/band/mode/dxcc/country/confirmed, include_all, max_records): find matching QSOs. Prefer dxcc (ADIF number) over country (must match N3FJP's spelling exactly). mode is normalized to CW/PH/DIG.
dupecheck (call): is this call a dupe? Returns previous-contact detail or empty if new. (No side effects, unlike the log tool's calltab.)
entity (call, band, mode): all-time-new/worked/confirmed status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | No | ||
| call | No | ||
| dxcc | No | ||
| mode | No | ||
| count | No | ||
| country | No | ||
| confirmed | No | ||
| operation | Yes | ||
| include_all | No | ||
| max_records | No |