Escalation Recent¶
Recent LLM-escalation observability records. Each record is one logical job (one LLMRunner.call OR one adapter-level escalation chain across multiple calls) with its full per-tier attempt list, final outcome, and trace correlation.
MCP name: escalation_recent
Category: llm
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
final_outcome |
str |
No | Filter by final_outcome ('success', 'backend_error', 'validation_failed', 'empty_content', 'exhausted'). |
limit |
int |
No | Max records to return (newest first). Default 50. |
source |
str |
No | Filter by source ('llm_runner', 'journal_segmenter', 'verdict_call'). |
summary |
bool |
No | When true, return aggregate counts (by source / outcome / final_tier, plus 'escalated_past_first') instead of records. |
trace_id |
str |
No | Filter by exact trace_id correlation token. |