---
title: "Request ELT Stream Run"
method: POST
path: "/elt_streams/{id}/request_run"
tags: ["ELT Streams"]
---

# Request ELT Stream Run

`POST /elt_streams/{id}/request_run`

Attempts to run the specified ELT Stream immediately.

## Path parameters

- `id` string, required

## Response `200`

The ELT Stream has been successfully scheduled to run now.

- EltStreamRequestRunResponseDto
  - `status_url` string, 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.

## Other responses

- `400` — Invalid request (e.g. sync not running, job stopped)
- `404` — Stream or job not found
- `409` — Job is already running or scheduled

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
