---
title: "Get removed item details"
method: GET
path: "/crm/v1/entities/{entity}/trash/{itemId}"
tags: ["trash"]
---

# Get removed item details

`GET /crm/v1/entities/{entity}/trash/{itemId}`

## Response `200`

OK

- CrmEntity
  - `title` string
  - `owner` integer
  - `source` string
  - `email` object[]
    - `id` string
    - `type` string
    - `value` string
    - `main` boolean
  - `phone` object[]
    - `id` string
    - `type` 'WORK' | 'MOBILE' | 'HOME'
    - `value` string
    - `code` string
  - `messengers` object[]
    - `id` string
    - `type` string
    - `link` string

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/revisions/f80578d43845/schema)
