Hey Daniel,
The Status ID’s provided from the GUI data export will map to the the tweet_id returned inside of each of the promoted tweet objects from the GET call to https://ads-api.twitter.com/0/accounts/:account_id/promoted_tweets. See the below example.
{
"request": {
...
}
},
"data": [
{
"line_item_id": "2dfxf",
"id": "6zmd1",
"paused": false,
"created_at": "2015-04-22T17:25:06Z",
"updated_at": "2015-04-22T17:25:06Z",
"approval_status": "ACCEPTED",
"tweet_id": "569185240197033984", <--------------------------------
"deleted": false
},
],
"data_type": "promoted_tweet",
"total_count": 1,
"next_cursor": null
}