List the user's most recent `query_data` calls (newest first). Zero LLM cost, zero credits.
Use this when the user references "that query I ran earlier" / "the AAPL one from before" /
"the slow one" — instead of asking the user to dictate the query_id, look it up here. Each
entry returns:
- query_id (the mcp_<ts>_<n> handle — pass directly to report_issue or quote to support)
- status (success | clarification | timeout | error)
- error_code (null on success; the stable error taxonomy otherwise)
- row_count (rows returned on success)
- prompt_preview (first 120 chars of the original question)
- when (relative — "2m ago" / "1h ago" / "3d ago")
- created_at_iso (raw ISO timestamp for precise ordering)
- execution_time_ms
`limit` defaults to 10, max 50. `status` filters: "all" (default), "success", or "error"
(includes timeouts).
Connector