---
title: "run a one-off dependencies job"
method: POST
path: "/w/{workspace}/jobs/run/dependencies"
tags: ["job"]
---

# run a one-off dependencies job

`POST /w/{workspace}/jobs/run/dependencies`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `raw_scripts` RawScriptForDependencies[], required
    - `raw_code` 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
  - `entrypoint` string, required

## Response `201`

dependency job result

- object
  - `lock` string, 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/155a35b3caff/schema)
