latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

ELT Streams

Request ELT Stream Run

Attempts to run the specified ELT Stream immediately.

post/elt_streams/{id}/request_run

Path parameters

idstring required
Example:vBjnEbMi9i3P4K

The ID of the ELT Stream to run.

Response

The ELT Stream 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 minutes or even up to an hour depending on the integration API constraints. An empty response from this URL does not indicate failure — it means the run has not yet been scheduled.

Example response

{
  "status_url": "/elt_stream_runs?elt_stream_id=vBjnEbMi9i3P4K&starting_after=c3RyZWFtLXN5bmMtMTIzfDIwMjQtMDMtMjBUMDk6MDA6MDAuMDAwWg&limit=1&sort_direction=asc"
}