Body Parameters
Array of post IDs (min 1, max 20) to retry. Each post must belong to your
workspace; IDs outside your scope are rejected per entry.
Optional filter (max 10). When provided, only the matching account rows on
each post are retried; otherwise, all failed/partial accounts are reset. Must
contain at least one UUID when present.
Behavior
The
errors object only appears when at least one post/account could not be
retried. Successful responses without failures omit the field entirely.Error Responses
400 invalid_json— body is not valid JSON422 invalid_payload— payload failed schema rules (missing IDs, too many IDs)500 retry_failed— unexpected database error (partial successes are still reported in the body)
