Read a brokered print handoff (either party)
ic_prints_handoff_statusRead one staged handoff by id, or list the handoffs staged in your name. Readable ONLY by the two parties: the brokering service (matched on the exact token that created it) or the member it names. Not readable by operators or farm managers — a handoff is a private term between two parties until it becomes a print job, and the job then carries its own authorization. A pending handoff past its expiry reports as 'expired'. Once confirmed, print_job_id is the pj_ id to follow with ic_prints_get. Args: { handoff_id? } — omit to list the handoffs naming you (member view, newest first). Returns: { ok, handoff } or { ok, count, handoffs }. Required scope: prints:read (ft-member+).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handoff_id | No | A specific ph_... id. Omit to list handoffs staged in your name. |