---
title: "Create Deal Sync Run"
method: POST
path: "/api/pipeline/deal-sync"
tags: ["pipeline"]
---

# Create Deal Sync Run

`POST /api/pipeline/deal-sync`

Start a fast-cycle deal sync for the org.

Enqueues a `pipeline_deal_sync` background job. The dispatcher in
`services/job_processor.py` routes it to the deterministic Python
sweep (`run_deal_sync_for_org`) — no Managed Agent invocation.

Called by the hourly scheduled task (`pipeline_deal_sync`) and also
available for manual triggering / ops. Idempotent at the per-deal
level via `last_reply_check_at`.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/57ce7d24cc2d/schema)
