ELT Streams

Request ELT Stream Full Refresh

Marks the next scheduled run as a full refresh. This disregards incremental sync settings and may take longer to complete.

post/elt_streams/{id}/request_full_refresh

Path parameters

idstring required
Example:vBjnEbMi9i3P4K

The ID of the ELT Stream to refresh.

Request body

reset_history_tableboolean

Whether to also reset the history table(s). This causes permanent data loss of previously accumulated historical records.

Response

The ELT Stream has been successfully scheduled for a full refresh. This does not trigger the job itself — use the Request ELT Stream Run endpoint if you want to start it immediately.

Changes