---
title: "Get Orchestration Run"
method: GET
path: "/orchestration_runs/{id}"
tags: ["Orchestration Runs"]
---

# Get Orchestration Run

`GET /orchestration_runs/{id}`

Get a specific Orchestration Run by its ID.

## Path parameters

- `id` string, required

## Response `200`

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