---
title: "Get anonymization request for specified id"
method: GET
path: "/v1/anonymization_request/{requestId}"
tags: ["Users", "Conversations"]
deprecated: true
---

# Get anonymization request for specified id

`GET /v1/anonymization_request/{requestId}`

> **Deprecated.**

## Path parameters

- `requestId` string, required

## Response `200`

Anonymization request

- object
  - `data` ScheduleAnonymizationResponse
    - `id` string
    - `target_entity_id` string — Id of the entity to anonymize
    - `entity_type` 'user' | 'conversation' — A type of entity for anonymization.
    - `initiated_at` string — A datetime anonymization was initiated
    - `requested_by` string — Id of the user requested anonymization
    - `processed_at` string — A datetime anonymization was processed

---

[API](https://skmtc.net/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.net/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/versions/bb4e8372fb22/schema)
