---
title: "run script by path without starting a new job"
method: POST
path: "/w/{workspace}/jobs/run_inline/p/{path}"
tags: ["job"]
---

# run script by path without starting a new job

`POST /w/{workspace}/jobs/run_inline/p/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Request body

- InlineScriptArgs
  - `args` ScriptArgs — The arguments to pass to the script or flow

## Response `200`

script result

- unknown

---

[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)
