I am trying to use redownload to download all fields of an AdSet but it doesn't seem to be working. Here is my code:
ad_set = AdSet('6049562095738')
response=ad_set.api_get(params={AdSet.Field.redownload:True})
print(response)
and I get
{ "id": "6049562095738" }