---
title: "Retrieve request status of PII deletion"
method: GET
path: "/requests/{id}"
---

# Retrieve request status of PII deletion

`GET /requests/{id}`

Allows you to retrieve status of the PII deletion request that you raised.

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `type` string
  - `baseType` string
  - `status` string
  - `attribution` object
    - `createDate` string
    - `createdBy` object
      - `id` integer
      - `code` string
      - `description` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isActive` boolean
      - `isOuEnabled` boolean
      - `timeZoneId` integer
      - `currencyId` integer
      - `languageId` integer
    - `modifiedBy` object
      - `id` integer
      - `code` string
      - `description` string
      - `name` string
      - `type` string
      - `adminType` string
      - `isActive` boolean
      - `isOuEnabled` boolean
      - `timeZoneId` integer
      - `currencyId` integer
      - `languageId` integer
    - `modifiedDate` string
  - `id` integer
  - `addedOn` string
  - `userId` integer
  - `customerDeletionDetails` object
    - `requestedOn` string
    - `scheduledOn` string
    - `currentStatus` string
  - `comments` string
  - `oneStep` boolean
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
