# Bulk-retry failed posts with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/retry-failed-posts --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/posts/retry-failed # Bulk-retry failed posts with the PostEverywhere API Retries every failed destination matching the filter (at least one filter is required — the API refuses to retry the entire failure history, `400 no_filter`). Matched destinations are reset to `queued` with attempts zeroed and `scheduled_for = now`. `post_ids` is capped at 200 (`bulk_limit_exceeded`). `failed_after` / `failed_before` compare against the destination's last update time. Counts against the immediate-publish posting budget. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLMThis endpoint accepts a JSON request body. See the [posts guide](https://posteverywhere.ai/docs/quick-start) for a worked example. ## Responses - 200Destinations queued for retry - 400 - 401 - 402 - 403 - 429 - 500 ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Update a post](https://posteverywhere.ai/docs/api/update-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Retry a post](https://posteverywhere.ai/docs/api/retry-post) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts) - [Get the queue](https://posteverywhere.ai/docs/api/get-queue) - [Approve a post](https://posteverywhere.ai/docs/api/approve-post) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts)[Get the queue →](https://posteverywhere.ai/docs/api/get-queue)[← All endpoints](https://posteverywhere.ai/docs/api/reference)