---
title: "Request Orchestration Run"
method: POST
path: "/orchestrations/{id}/request_run"
tags: ["Orchestrations"]
---

# Request Orchestration Run

`POST /orchestrations/{id}/request_run`

Attempts to run the specified Orchestration immediately.

## Path parameters

- `id` string, required

## Response `200`

The scheduled Orchestration Run.

- OrchestrationRunDto
  - `id` string, required — The ID of the Orchestration Run.
  - `orchestration_id` string, required — The ID of the Orchestration this run belongs to.
  - `status` 'CANCELED' | 'COMPLETED' | 'FAILED' | 'NOT_STARTED' | 'RUNNING', required — The status of the run.
  - `due_at` string, date-time, required — The datetime when the run was due to start.
  - `started_at` string, date-time — The datetime when the run actually started.
  - `finished_at` string, date-time — The datetime when the run finished.

## Other responses

- `404` — Orchestration not found.

---

[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)
