v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Check Status of Retrieval

Check Status of Retrieval

Checks the status of a data retrieval job

get/data-retrievals/v3.0/{tracking_id}

Response

Success

statusstring required

The status of the response

Example response

{
  "status": "ok",
  "results": {
    "status": "SUCCESS",
    "results": "linktoexportfile.com/9871287366712",
    "distinct_ids": [
      "distinct_id_1",
      "distinct_id_2",
      "distinct_id_3"
    ]
  }
}