get_rejection_funnel
Why no signal? The pipeline funnel in one glance (public).
Every cycle that does not become a signal died at a specific gate. This returns the cycle count at each gate in order, so your agent can draw a survival funnel and see where reads are being rejected — the direct answer to "BRS rejects almost everything, prove it."
Args: day: A specific UTC day (YYYY-MM-DD). Empty = today. days: Sum over the last N UTC days (e.g. 30). Ignored if day set. since: "launch" for every day on record, or a YYYY-MM-DD start date.
Returns: cycles_total, emitted, signals_sent, per-gate counts, gate_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| days | No | ||
| since | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |