excalibur_get_scheduler_log
Read recent scheduler-tick outcomes.
Each process_scheduled_posts run — fired by the Cloudflare cron Worker or
a manual trigger — records its summary. This surfaces them so the FE debug
log can show what the Worker is doing: the per-tick heartbeat (proof it ran)
and per-post outcomes (posted / skip+error reasons like
insufficient_balance or oauth_token_expired).
Owner-scoped: the operator sees every tick in full; any other proven patron
sees the global heartbeat (processed count + run_at) plus only the
per-post entries for THEIR OWN posts. Free; npub proof required. Returns
{runs:[{run_at, summary}], scope}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Your npub (npub1...). | |
| limit | No | How many recent runs to return (1..100). | |
| dpop_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||