---
title: "Request Reverse ETL Sync Run"
method: POST
path: "/reverse_etl_syncs/{id}/request_run"
tags: ["Reverse ETL Syncs"]
---

# Request Reverse ETL Sync Run

`POST /reverse_etl_syncs/{id}/request_run`

Attempts to run the specified Reverse ETL Sync immediately.

## Path parameters

- `id` string, required

## Response `200`

The Reverse ETL Sync has been successfully scheduled to run now.

- ReverseEtlSyncRequestRunResponseDto
  - `status_url` string, required — URL to poll for the status of the triggered run. Run scheduling is asynchronous and may take a few minutes. An empty response from this URL does not indicate failure — it means the run has not yet been scheduled.

## Other responses

- `400` — The Reverse ETL Sync is not eligible to run now.
- `409` — The Reverse ETL Sync already has an active run

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
