---
title: "Changes to Retrieve detailed status of a DAG-run"
method: GET
path: "/dag-runs/{name}/{dagRunId}"
---

# Changes to Retrieve detailed status of a DAG-run

`GET /dag-runs/{name}/{dagRunId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 71 revisions.

- **2026-08-21** (v1) `4a98622e8b7e` — 7 info
- **2026-08-16** (v1) `f8982f33e540` — 7 info
- **2026-08-15** (v1) `5a657bb07744` — 2 warning, 2 info
- **2026-08-08** (v1) `baa17af029e5` — 7 warning, 7 info
- **2026-08-07** (v1) `478671469a25` — 22 info
- **2026-07-26** (v1) `f6dcf7250db7` — 2 info
- **2026-07-26** (v1) `973f666d7b5a` — 2 info
- **2026-07-25** (v1) `9adffc836041` — 1 info
- **2026-07-23** (v1) `75b8e91aaf57` — 6 warning, 31 info
- **2026-07-09** (v1) `9d0cf8f4b61c` — 11 breaking, 11 info
- **2026-07-01** (v1) `c38bc1efbea3` — 1 info
- **2026-06-18** (v1) `162df20bbef8` — 5 info
- **2026-06-02** (v1) `4a1b69f4975e` — 1 info
- **2026-05-24** (v1) `8a2d5d3e9608` — 2 warning
- **2026-04-30** (v1) `50e1d517afc1` — 18 warning, 13 info

## Changes

- **2026-08-21** (v1) `4a98622e8b7e` — 7 info
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/dependencies` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/step/dependencies` to the response with the `200` status
- **2026-08-16** (v1) `f8982f33e540` — 7 info
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/agentSession` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/agentSession` to the response with the `200` status
- **2026-08-15** (v1) `5a657bb07744` — 2 warning, 2 info
  - removed the optional property `dagRunDetails/allOf[subschema #2]/controllerEvents` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/controllerTasks` from the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/agentEvents` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/agentTasks` to the response with the `200` status
- **2026-08-08** (v1) `baa17af029e5` — 7 warning, 7 info
  - removed the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onAbort/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onExit/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onFailure/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onInit/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/incremental` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onWait/incremental` from the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/build` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/build` to the response with the `200` status
- **2026-08-07** (v1) `478671469a25` — 22 info
  - added the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/noReuse` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/outputs/items/path` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/incremental` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/step/inputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait/step/outputs/items/path` to the response with the `200` status
- **2026-07-26** (v1) `f6dcf7250db7` — 2 info
  - added the optional property `dagRunDetails/allOf[subschema #2]/controllerEvents` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/controllerTasks` to the response with the `200` status
- **2026-07-26** (v1) `973f666d7b5a` — 2 info
  - added the optional property `dagRunDetails/allOf[subschema #2]/onInit` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onWait` to the response with the `200` status
- **2026-07-25** (v1) `9adffc836041` — 1 info
  - added the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/triggerActor` to the response with the `200` status
- **2026-07-23** (v1) `75b8e91aaf57` — 6 warning, 31 info
  - added the new `conflict` enum value to the `code` response property for the response status `404`
  - added the new `conflict` enum value to the `code` response property for the response status `default`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `404`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `default`
  - added the new `payload_too_large` enum value to the `code` response property for the response status `404`
  - added the new `payload_too_large` enum value to the `code` response property for the response status `default`
  - added the optional property `dagRunDetails/allOf[subschema #2]/humanTaskResumePending` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/approvedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/humanTaskCompletedBy` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/humanTaskCompletedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/pushBackHistory/items/byId` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/rejectedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/humanTask` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/approvedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/humanTaskCompletedBy` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/humanTaskCompletedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/pushBackHistory/items/byId` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/rejectedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/humanTask` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/approvedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/humanTaskCompletedBy` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/humanTaskCompletedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/pushBackHistory/items/byId` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/rejectedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/humanTask` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/approvedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/humanTaskCompletedBy` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/humanTaskCompletedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/pushBackHistory/items/byId` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/rejectedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/humanTask` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/approvedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/humanTaskCompletedBy` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/humanTaskCompletedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/pushBackHistory/items/byId` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/rejectedById` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/humanTask` to the response with the `200` status
- **2026-07-09** (v1) `9d0cf8f4b61c` — 11 breaking, 11 info
  - the response property `dagRunDetails/allOf[subschema #2]/nodes/items/step/preconditions/items/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/nodes/items/step/repeatPolicy/condition/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onAbort/step/preconditions/items/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onAbort/step/repeatPolicy/condition/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onExit/step/preconditions/items/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onExit/step/repeatPolicy/condition/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onFailure/step/preconditions/items/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onFailure/step/repeatPolicy/condition/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onSuccess/step/preconditions/items/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onSuccess/step/repeatPolicy/condition/condition` became optional for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/preconditions/items/condition` became optional for the status `200`
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/preconditions/items/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/repeatPolicy/condition/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/preconditions/items/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/repeatPolicy/condition/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/preconditions/items/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/repeatPolicy/condition/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/preconditions/items/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/repeatPolicy/condition/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/preconditions/items/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/repeatPolicy/condition/eval` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/preconditions/items/eval` to the response with the `200` status
- **2026-07-01** (v1) `c38bc1efbea3` — 1 info
  - added the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/conditions` to the response with the `200` status
- **2026-06-18** (v1) `162df20bbef8` — 5 info
  - added the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/outputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/outputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/outputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/outputs` to the response with the `200` status
  - added the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/outputs` to the response with the `200` status
- **2026-06-02** (v1) `4a1b69f4975e` — 1 info
  - added the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/profileName` to the response with the `200` status
- **2026-05-24** (v1) `8a2d5d3e9608` — 2 warning
  - added the new `rate_limited` enum value to the `code` response property for the response status `404`
  - added the new `rate_limited` enum value to the `code` response property for the response status `default`
- **2026-04-30** (v1) `50e1d517afc1` — 18 warning, 13 info
  - removed the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/conditions` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[#/components/schemas/DAGRunSummary]/profileName` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/outputs` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/preconditions/items/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/nodes/items/step/repeatPolicy/condition/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/outputs` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/preconditions/items/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onAbort/step/repeatPolicy/condition/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/outputs` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/preconditions/items/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onExit/step/repeatPolicy/condition/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/outputs` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/preconditions/items/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onFailure/step/repeatPolicy/condition/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/outputs` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/preconditions/items/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/onSuccess/step/repeatPolicy/condition/eval` from the response with the `200` status
  - removed the optional property `dagRunDetails/allOf[subschema #2]/preconditions/items/eval` from the response with the `200` status
  - the response property `dagRunDetails/allOf[subschema #2]/nodes/items/step/preconditions/items/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/nodes/items/step/repeatPolicy/condition/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onAbort/step/preconditions/items/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onAbort/step/repeatPolicy/condition/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onExit/step/preconditions/items/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onExit/step/repeatPolicy/condition/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onFailure/step/preconditions/items/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onFailure/step/repeatPolicy/condition/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onSuccess/step/preconditions/items/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/onSuccess/step/repeatPolicy/condition/condition` became required for the status `200`
  - the response property `dagRunDetails/allOf[subschema #2]/preconditions/items/condition` became required for the status `200`
  - removed the `rate_limited` enum value from the `code` response property for the response status `404`
  - removed the `rate_limited` enum value from the `code` response property for the response status `default`

---

[Operation](https://skmtc.dev/dagucloud/apis/dagu/docs/dag-runs/:name/:dagRunId/get.md) · [API](https://skmtc.dev/dagucloud/apis/dagu.md) · [Page](https://skmtc.dev/dagucloud/apis/dagu/changes/dag-runs/:name/:dagRunId/get)
