---
title: "run dynamic select helper function"
method: POST
path: "/w/{workspace}/jobs/run/dynamic_select"
tags: ["job"]
---

# run dynamic select helper function

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

## Path parameters

- `workspace` string, required

## Request body

- DynamicInputData
  - `entrypoint_function` string, required — Name of the function to execute for dynamic select
  - `args` object — Arguments to pass to the function
  - `runnable_ref` union, required
    - object
      - `source` 'deployed', required
      - `path` string, required — Path to the deployed script or flow
      - `runnable_kind` 'script' | 'flow', required
    - object
      - `source` 'inline', required
      - `code` string, required — Code content for inline execution
      - `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'

## Response `201`

dynamic select 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)
