---
title: "Get DAG settings"
method: GET
path: "/dags/{fileName}/settings"
tags: ["dags"]
---

# Get DAG settings

`GET /dags/{fileName}/settings`

Returns server-side settings for a specific DAG.

## Path parameters

- `fileName` string, regex, required — Name of the DAG file

## Query parameters

- `remoteNode` string

## Response `200`

DAG settings

- DAGSettings — Server-side DAG settings
  - `dagName` string, required — DAG file identifier these settings apply to
  - `profile` string — Runtime profile name.
  - `updatedAt` string, date-time
  - `updatedBy` string — User ID that last updated the settings

## Other responses

- `404` — DAG not found
- `default` — Unexpected error

## Changes

- **2026-06-02** (v1) `4a1b69f4975e` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/dags/:fileName/settings/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/c38bc1efbea3/schema)
