@romanrostar: In this case, it looks like the fourth campaign for 18ce54fhamu was a draft campaign, so you’ll need to use both the draft_only and with_deleted parameters:
$ twurl -H ads-api.twitter.com "/1/accounts/18ce54fhamu/campaigns?with_deleted=true&draft_only=true" | jq
{
"request": {
"params": {
"with_deleted": true,
"account_id": "18ce54fhamu",
"draft_only": true
}
},
"data": [
{
"name": {name},
"start_time": "2017-03-06T22:59:00Z",
"reasons_not_servable": [
"DELETED",
"EXPIRED"
],
"servable": false,
"daily_budget_amount_local_micro": 476190000,
"end_time": "2017-03-27T06:59:00Z",
"funding_instrument_id": "n393c",
"duration_in_days": null,
"standard_delivery": true,
"total_budget_amount_local_micro": 10000000000,
"id": "7p4ll",
"entity_status": "DRAFT",
"paused": false,
"account_id": "18ce54fhamu",
"frequency_cap": null,
"currency": "USD",
"created_at": "2017-03-06T22:59:05Z",
"updated_at": "2017-03-10T06:52:53Z",
"deleted": true
}
],
"data_type": "campaign",
"total_count": 1,
"next_cursor": null
}