latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Reverse ETL Sync Runs
Get Reverse ETL Sync Run
Get details of a specific Reverse ETL Sync Run by its unique identifier.
get/reverse_etl_sync_runs/{id}
Path parameters
idstring required
The opaque ID of the Reverse ETL Sync Run.
Response
Example response
{
"id": "T29PUmhHWFVWanNxRkd8MjAyNC0wMy0yMFQwOTowMDowMC4wMDBa",
"reverse_etl_sync_id": "OoORhGXUVjsqFG",
"started_at": "2024-03-20T09:00:00.000Z",
"finished_at": "2024-03-20T09:05:00.000Z",
"total_rows": 500,
"distinct_rows": 400,
"new_rows": 300,
"synced_rows": 200,
"failed_rows": 100,
"error": "Connection timed out"
}