---
title: "Get Summary"
method: GET
path: "/api/trajectories/{session_id}/summary"
tags: ["trajectories"]
---

# Get Summary

`GET /api/trajectories/{session_id}/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)

## Path parameters

- `session_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
