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

# Check Status of Retrieval

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

Checks the status of a data retrieval job

## Response `200`

Success

- CheckRetrievalResponse — A JSON response object containing data about a retrieval job
  - `status` string, required — The status of the response
  - `results` object, required
    - `status` 'PENDING' | 'STAGING' | 'STARTED' | 'SUCCESS' | 'FAILURE' | 'REVOKED' | 'NOT_FOUND' | 'UNKNOWN' — The status of the job.
    - `results` string — Link to the export if retrieval job is completed. Will be an empty string if job is incomplete
    - `distinct_ids` string[]

## 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)
