Conversation Observability List¶
List observed agent sessions (Claude Code, Codex, …) by conversation time, newest first. Recency is measured by when the conversation happened, not when the row was last refreshed, so a resumed old session does not resurface as recent. Filters: since/until (explicit window, ISO or relative shorthand) or days (recency), and project.
MCP name: conversation_observability_list
Category: conversation_observability
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
days |
int |
No | Recency by conversation time — sessions whose activity falls within the last N days. |
project |
str |
No | Filter by project_name. |
since |
str |
No | Explicit window start: ISO datetime or relative shorthand (e.g. "2d", "18h"). Sessions are kept when their [start, end] overlaps the window. |
until |
str |
No | Explicit window end: ISO datetime or relative shorthand. Defaults to now. |