---
title: "Get Ticket Comments"
method: GET
path: "/api/tickets/comments/{issue_key}"
tags: ["copilot_frontend", "tickets"]
---

# Get Ticket Comments

`GET /api/tickets/comments/{issue_key}`

Obtiene los comentarios de un ticket JIRA específico.

Args:
    issue_key: Clave del ticket JIRA (ej: TIC-48)

Returns:
    Lista de comentarios del ticket

## Path parameters

- `issue_key` string, required

## Response `200`

Successful Response

- CommentResponse[]
  - `body` string, required
  - `author` string, required
  - `created` string, required

## Other responses

- `422` — Validation Error

---

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