Retry to publish a post that failed
status
of "error".
A retried post will be treated as a scheduled post, thus the final status can be obtained via the /history endpoint or the scheduled action webhook.
While the post is being retried, the status
will be "pending"
. You may check on the status of the retry by calling the GET post endpoint.
The post can be retried only once. Recommend to only use if the error message indicates a retry is possible.