---
title: "Get a single bug"
method: GET
path: "/v1/bugs/{bug_uuid}"
tags: ["bugs"]
---

# Get a single bug

`GET /v1/bugs/{bug_uuid}`

Get a single bug by row id. Returns 404 when not found OR when the bug belongs to a different organization (no existence-leak).

## Path parameters

- `bug_uuid` string, required

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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