trajectories
Refresh Summary
Owner-initiated full re-summarize. Drops the cache and re-runs from scratch.
Async: returns {status: "pending"} immediately and runs the LLM call in a background task. The earlier synchronous version (await run_summarize inline) tripped iOS WKWebView's CFNetwork-level connection-drop ("The network connection was lost", NSURLErrorNetworkConnectionLost / -1005) because LLM calls routinely take 30-60s and the WebView aborts idle requests well before that. Polling /summary picks up the eventual result.
post/api/trajectories/{session_id}/summary/refresh
Path parameters
session_idstring required
Headers
authorizationstring nullable
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.