automations scope; idempotency is supported.
Replay a run
202 { status: 'replay_started', automationRunIds: [newRunId], receivedAt, warnings? }. An unknown or cross-brand automationRunId returns 404 AUTOMATION_RUN_NOT_FOUND.
Find a run to replay
List runs and pick one (e.g. a failed run):PATCH /v1/automation/runs (cancel an in-flight run) is not implemented yet and returns 501 NOT_IMPLEMENTED. Replay is fully supported.See also
POST /v1/automation/runsin the Public API v1 reference (sidebar) — fire / test / replay union.- Async jobs & polling — poll the new run for completion.
- Idempotency — make replays retry-safe.
Need Help?
Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:- Self-Service Tools
- Talk to Our Team
Search Documentation
Type in the “Ask any question” search bar at the top left to instantly find relevant documentation pages.
ChatGPT/Claude Integration
Click “Open in ChatGPT” at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.