---
title: "Show Deletion Request"
method: GET
path: "/api/admin/v1/deletion_requests/{id}"
tags: ["Admin Resources"]
---

# Show Deletion Request

`GET /api/admin/v1/deletion_requests/{id}`

Show details of a deletion request.

## Response `200`

successful

- DeletionRequest
  - `id` integer
  - `user_id` integer
  - `status` 'pending' | 'approved' | 'cancelled' | 'completed'
  - `created_at` string, date-time

## Changes

- **2026-01-27** (v1) `b6d6849481da` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hackclub/apis/hackatime-api/changes/api/admin/v1/deletion_requests/:id/get.md)

---

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