Request a reverse-ETL backfill / history replay
Replay historical events into one reverse-ETL destination from a chosen instant, rather than only the go-forward delta. Use it to recover from a missed export window or to seed a newly-wired destination with history. Omit since for a full-history replay from the epoch; a future since is rejected. Re-export is idempotent, so replaying already-delivered rows is a safe no-op. The destination must be configured and enabled. Owner / admin / developer only.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Which reverse-ETL destination to backfill.
bigquery, snowflake, redshift, postgres, databricks, clickhouse Body
Replay every event received on or after this ISO-8601 instant. Omit for a full-history replay; cannot be in the future.