latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Reverse ETL Sync Runs
List Reverse ETL Sync Runs
List runs for a specific Reverse ETL Sync in pages sorted by their start date.
get/reverse_etl_sync_runs
Query parameters
reverse_etl_sync_idstring required
Example:OoORhGXUVjsqFG
The ID of the Reverse ETL Sync to list runs for.
starting_afterstring
Example:ewK8sDoLNI4CFR
The cursor to use in pagination. Use the value of the next_cursor field from the response of a previous list request.
limitinteger
The number of items to return in a single page.
sort_direction'asc' | 'desc'
Example:desc
The direction to sort the results.
Response
Example response
{
"has_more": true,
"next_cursor": "VeN1GjhVIq1D9h",
"data": [
{
"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"
}
]
}