---
title: "list all dedicated scripts with their dependencies"
method: GET
path: "/configs/list_all_dedicated_with_deps"
tags: ["config"]
---

# list all dedicated scripts with their dependencies

`GET /configs/list_all_dedicated_with_deps`

## Response `200`

a list of dedicated scripts with workspace dependencies

- object[]
  - `workspace_id` string, required
  - `path` string, required
  - `language` 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp' | 'nu' | 'java' | 'ruby' | 'rlang' | 'duckdb' | 'bunnative' | 'dbt', required
  - `workspace_dep_names` string[], required

## Changes

- **2026-08-01** `33c26da1e324` — 1 warning
  - added the new `dbt` enum value to the `items/language` response property for the response status `200`

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/configs/list_all_dedicated_with_deps/get.md)

---

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