> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelm.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Context Health

> Conversation-level context health score and timeline

Returns context quality over time for a conversation.

## Path Parameters

* `conversation_id` (UUID)

## Response Fields

* `conversation_id`
* `overall_score` (0-100)
* `total_failures`
* `failure_summary` (by failure type)
* `timeline[]`
  * `timestamp`, `task_id`, `task_name`
  * `health_score`, `failure_count`, `failure_types[]`
* `severity_distribution` (`low`, `medium`, `high`)
