latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

Reverse ETL Syncs

Request Reverse ETL Sync Run

Attempts to run the specified Reverse ETL Sync immediately.

post/reverse_etl_syncs/{id}/request_run

Path parameters

idstring required
Example:OoORhGXUVjsqFG

The ID of the Reverse ETL Sync to run.

Response

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

status_urlstring 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.

Example response

{
  "status_url": "/reverse_etl_sync_runs?reverse_etl_sync_id=OoORhGXUVjsqFG&starting_after=T29PUmhHWFVWanNxRkd8MjAyNC0wMy0yMFQwOTowMDowMC4wMDBa&limit=1&sort_direction=asc"
}