Obsolete creatives body in asset_feed_spec
I want to retrieve the active bodies of my ads and I'musing the following request:
/campaigns?fields=id,name,objective,effective_status,daily_budget,stop_time,ads{adcreatives{body,asset_feed_spec{bodies}}}
One of my campaign, with a single active ad, is returning an absolete body that is not part of the ad itself, I think is part of a deleted ad.
Why the request is returning this body and how can I filter only the active ads?
Thanks