excalibur_scheduler_pending
What is the scheduled-post cron Worker waiting on? (operator-only).
When the Worker's authorization lapses it DMs the operator a challenge phrase and parks. This returns that pending phrase so the operator can match it against the DM before approving in Studio — the Device-Grant second surface for a headless actor. The phrase lives only in the Worker's KV (an impostor can't inject it); we read it AS the operator (a kind-27235 signed with the operator key), so the human never signs anything in the browser.
restricted: gated to the operator npub, free. Never returns the active
session token. Returns {phase, code, reason, requestedAt} — phase is
pending / active / idle, or unavailable if the Worker can't
be reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | The OPERATOR's npub (npub1...); this tool is operator-only. | |
| dpop_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||