---
title: "POST jobs run"
method: POST
path: "/api/v1/jobs/{id}/run"
---

# POST jobs run

`POST /api/v1/jobs/{id}/run`

## Path parameters

- `id` string, required

## Request body

- object
  - `dependencies` object[], nullable — Override the analysis dependencies for this run with provided dependencies
    - `analysis` object, required — Parent run to use as a dependency
      - `__DOLLAR_REF__` string, uri
    - `download_path` string, nullable — Directory into which to download the parent run (must be relative)
  - `job_args` object, nullable, required
  - `populate_default_arguments` boolean, nullable
  - `sample` object, required
    - `__DOLLAR_REF__` string, uri

## Response `200`

OK

- object
  - `__DOLLAR_REF__` string, uri

---

[API](https://skmtc.net/onecodex/apis/one-codex-api-v1.md) · [All operations](https://skmtc.net/onecodex/apis/one-codex-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onecodex/one-codex-api-v1/versions/fe9d9bfc8a6a/schema)
