---
title: "Check Status of Deletion"
method: GET
path: "/data-deletions/v3.0/{tracking_id}"
tags: ["Check Status of Deletion"]
---

# Check Status of Deletion

`GET /data-deletions/v3.0/{tracking_id}`

Checks the status of an existing deletion task

## Response `200`

Success

- CheckDeletionResponse — A JSON response object containing data about a data deletion job
  - `status` string, required — The status of the response
  - `results` DeletionJobResult, required — Details about a deletion job
    - `tracking_id` string, required — The tracking id of the deletion job
    - `status` 'PENDING' | 'STAGING' | 'STARTED' | 'SUCCESS' | 'FAILURE' | 'REVOKED' | 'NOT_FOUND' | 'UNKNOWN', required — The status of the job.
    - `requesting_user` string, required — The user that created the deletion job request
    - `compliance_type` string, required — GDPR or CCPA
    - `project_id` number, required — The id of the project this job is for
    - `date_requested` string, required — The timestamp when the deletion job was requested
    - `distinct_ids` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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