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

# Get Ticket Details

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

Obtiene los detalles completos de un ticket JIRA.

Args:
    issue_key: Clave del ticket JIRA

Returns:
    Detalles completos del ticket

## Path parameters

- `issue_key` string, required

## Response `200`

Successful Response

- unknown

## 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)
