Retry one or more failed tasks by resetting their status to scheduled and setting their scheduled time to now. This allows you to re-attempt tasks that previously failed (warmup activities, profile edits, etc.).
Important Restrictions:
You can only retry tasks with status failed
Tasks with other statuses (scheduled, pending, complete) cannot be retried using this endpoint
The retry will reset the scheduled time to the current time and change the status to scheduled
Check task status before retrying:Always verify that tasks have failed before attempting to retry them. Use the Get Tasks endpoint to check task statuses first.
1
Fetch tasks
Use the Get Tasks endpoint to retrieve tasks and check their status
2
Filter failed tasks
Filter out tasks with status failed from your task list
3
Retry tasks
Call the retry endpoint with the filtered task IDs
4
Monitor status
Use the Get Tasks endpoint to track the retry attempt
Account authentication expired - May need account re-authorization
Platform rate limits - Retry after waiting period
Invalid parameters - Check task configuration
Account not ready - Ensure account is properly initialized
If a task continues to fail after multiple retries, check the task details to identify the underlying issue. Some failures may require manual intervention or account re-configuration.