---
title: "Get the current AI-generated summary of a ticket. Returns the raw response object (or `null` when no summary has been generated yet) — NOT wrapped in `ApiResponse` — to mirror the other ticket AI endpoints and the shape the ticket FE hook consumes (reads `.summary`/`.updatedAt` off the body directly)."
method: GET
path: "/v1/tickets/{id}/summary"
tags: ["Ticket"]
---

# Get the current AI-generated summary of a ticket. Returns the raw response object (or \`null\` when no summary has been generated yet) — NOT wrapped in \`ApiResponse\` — to mirror the other ticket AI endpoints and the shape the ticket FE hook consumes (reads \`.summary\`/\`.updatedAt\` off the body directly).

`GET /v1/tickets/{id}/summary`

## Path parameters

- `id` integer, required

## Response `200`

OK

- TicketSummaryResponse — Dashboard-facing summary payload for a ticket, returned by `GET /v1/tickets/{id}/summary`. The lean shape exposed to the API ({ summary, updatedAt }), distinct from the Infoset.Service.Hubs.Ticket.Service.TicketSummaryResult read row.
  - `summary` string, nullable
  - `updatedAt` string, date-time

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
