---
title: "queue a one-off dependencies job and return the job uuid"
method: POST
path: "/w/{workspace}/jobs/run/dependencies_async"
tags: ["job"]
---

# queue a one-off dependencies job and return the job uuid

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

## 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 created

---

[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/versions/155a35b3caff/schema)
