Rerun a backfill against its failed tickets
Spawn a new backfill scoped to the source’s failed entities. The new backfill inherits the source’s target workflow, execution windows, timezone, and concurrency cap; only the tickets that failed in the source are dispatched (no PSA filter re-evaluation). Eligibility: source state is terminal (Completed / Cancelled / Failed), failed_count > 0, and no active backfill exists for the same target workflow — otherwise 409 backfill_not_rerunnable (or 409 backfill_already_active for the conflict case). Returns 201 with the new backfill + cost estimate (credits).
Authorizations
Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).
