Facebook Ads API how to get all campaigns that are in draft status
00:35 14 Mar 2019

I have created a Ads and campaigns in Facebook Ads Manager. But they are not yet published

I have tried the following API call to get a list of all the campaigns I have created,

/v3.2/act_XXXX/campaigns

But I am getting an empty response,

{
  "data": [
  ]
}

Is there any other way to list all the campaigns created irrespective of they are published or not

facebook facebook-graph-api facebook-marketing-api facebook-java-api