There are Scheduled Tweets that cannot be obtained.
Not long ago, I was able to get it normally.
Some Scheduled Tweets on the same day can be acquired and some cannot be acquired.
Under what conditions will Scheduled Tweets be deleted?
Why is the deletion date different even for Scheduled Tweets booked on the same day?
$ twurl -H ads-api.twitter.com '/11/accounts/18ce54t0y2e/scheduled_tweets/1506853730582687745'
{"request":{"params":{"scheduled_tweet_id":1506853730582687745}},"data":{"name":null,"completed_at":"2022-03-25T03:30:00Z","id_str":"1506853730582687745","text":"\u3010\u30E6\u30CB\u30AF\u30ED\u3011\u30D6\u30E9\u30C8\u30C3\u30D7\u7279\u96C6\u3002\n\u305F\u3063\u305F\u4E00\u679A\u3067\u30D6\u30E9\u3082\u30C8\u30C3\u30D7\u30B9\u3082\u5B8C\u4E86\u3002\n\u697D\u30C1\u30F3\u4FBF\u5229\u306A\u30CF\u30A4\u30D6\u30EA\u30C3\u30C9\u30A6\u30A8\u30A2\u3002\n\n\u8A73\u3057\u304F\u306F\u3053\u3061\u3089\u3002","user_id":"91010321","scheduled_status":"SUCCESS","id":1506853730582687745,"nullcast":true,"created_at":"2022-03-24T04:41:40Z","scheduled_at":"2022-03-25T03:30:00Z","card_uri":"card:\/\/1506853729576058880","updated_at":"2022-03-25T03:30:00Z","tweet_id":"1507198085906194437","media_keys":[]}}
$ twurl -H ads-api.twitter.com '/11/accounts/18ce54t0y2e/scheduled_tweets/1503908869864824832'
{"errors":[{"code":"NOT_FOUND","message":"Scheduled Tweet 1503908869864824832 was not found for Account 18ce54t0y2e"}],"request":{"params":{}}}
Hello,
Thanks for reaching out. To further troubleshoot on this issue, can we check on the reason as to why you would want to retrieve the ‘deleted’ scheduled tweet that has already been published?
Because I want the tweet name.
This is because even if the scheduled-tweets.name with the tweet name set is delivered, the value is not copied to tweets.name.
I was able to confirm that a Scheduled Tweet’s name was set for the published Tweet. Could you provide an example where this didn’t occur?
Looking at 1503908869864824832, it is unclear why this is not returned via the API. I will ask the engineering team for more information.
I was able to confirm that the tweet name of the scheduled tweet was set correctly in the published tweet.
Thank you very much.