---
title: "Get base configuration"
method: GET
path: "/settings/base-config"
tags: ["settings"]
---

# Get base configuration

`GET /settings/base-config`

Returns the base DAG configuration YAML. Requires developer role or above.

## Query parameters

- `remoteNode` string

## Response `200`

Base configuration

- object
  - `spec` string, required — The base configuration in YAML format
  - `errors` string[], required — List of validation errors in the configuration

## Other responses

- `401` — Not authenticated
- `403` — Requires developer role or above
- `default` — Unexpected error

---

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