trajectories

Get Summary

Cached LLM summary for the trajectory. Same visibility filter as GET /api/trajectories/{id}. Returns:

  • 200 with the summary JSON when cache exists
  • 200 with {enabled: false, ...} when DEEPSEEK_API_KEY is unset
  • 200 with {enabled: true, status: "pending"} when the worker hasn't produced anything yet (UI shows ✨ analyzing... spinner)
get/api/trajectories/{session_id}/summary

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.