---
title: "Get Orchestration"
method: GET
path: "/orchestrations/{id}"
tags: ["Orchestrations"]
---

# Get Orchestration

`GET /orchestrations/{id}`

Get a specific Orchestration by its ID.

## Path parameters

- `id` string, required

## Response `200`

- OrchestrationDto
  - `id` string, required — The Id of the Orchestration.
  - `name` string, required — The name of the Orchestration.
  - `cron_expression` string, required — The cron expression defining when the Orchestration runs.
  - `description` string, nullable, required — The description of the Orchestration.
  - `active` boolean, required — Whether the Orchestration is active.

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