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
Example response
{
"status": "ok",
"results": {
"status": "SUCCESS",
"results": "linktoexportfile.com/9871287366712",
"distinct_ids": [
"distinct_id_1",
"distinct_id_2",
"distinct_id_3"
]
}
}