---
title: "Get detailed status of a specific DAG-run"
method: GET
path: "/dags/{fileName}/dag-runs/{dagRunId}"
tags: ["dags"]
---

# Get detailed status of a specific DAG-run

`GET /dags/{fileName}/dag-runs/{dagRunId}`

Retrieves status information about a particular DAG-run created from this DAG

## Path parameters

- `fileName` string, regex, required — Name of the DAG file
- `dagRunId` string, required — Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.

## Query parameters

- `remoteNode` string

## Response `200`

A successful response

- object
  - `dagRun` DAGRunDetails, required — unresolved $ref

## Other responses

- `default` — Generic error response

## Changes

- **2026-08-21** (v1) `4a98622e8b7e` — 7 info
  - added the optional property `dagRun/allOf[subschema #2]/nodes/items/step/dependencies` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onAbort/step/dependencies` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onExit/step/dependencies` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onFailure/step/dependencies` to the response with the `200` status
  - …3 more
- **2026-08-16** (v1) `f8982f33e540` — 7 info
  - added the optional property `dagRun/allOf[subschema #2]/nodes/items/agentSession` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onAbort/agentSession` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onExit/agentSession` to the response with the `200` status
  - added the optional property `dagRun/allOf[subschema #2]/onFailure/agentSession` to the response with the `200` status
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/dagucloud/apis/dagu/changes/dags/:fileName/dag-runs/:dagRunId/get.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/6f043af8f6d3/schema)
