---
title: "get config"
method: GET
path: "/configs/get/{name}"
tags: ["config"]
---

# get config

`GET /configs/get/{name}`

## Path parameters

- `name` string, required

## Response `200`

a config

- Configs, nullable
  - `alerts` Alert[]
    - `name` string, required
    - `tags_to_monitor` string[], required
    - `jobs_num_threshold` integer, required
    - `alert_cooldown_seconds` integer, required
    - `alert_time_threshold_seconds` integer, required

---

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