---
title: "Changes to Job Dry Run"
method: POST
path: "/api/v1/pipelines/jobs/dry-run"
---

# Changes to Job Dry Run

`POST /api/v1/pipelines/jobs/dry-run`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 14 revisions.

- **2026-07-16** `e381b64b5ffc` — 4 breaking, 12 warning, 16 info
- **2026-02-03** `dbbdeb97f610` — 1 breaking
- **2026-02-02** `f0a3d26cc0c6` — 1 breaking, 2 warning
- **2025-06-16** `557b7644b943` — 1 warning, 2 info
- **2025-02-27** `b0ed6c7dac42` — 22 breaking, 6 warning, 5 info

## Changes

- **2026-07-16** `e381b64b5ffc` — 4 breaking, 12 warning, 16 info
  - the `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property type changed from `object` to no type
  - the `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` request property type changed from `object` to no type
  - the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property type changed from `object` to no type
  - the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` request property type changed from `object` to no type
  - removed the request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/expression`
  - removed the request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/field`
  - removed the request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/language`
  - removed the request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/expression`
  - removed the request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/field`
  - removed the request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/language`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/expression`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/field`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/language`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/expression`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/field`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key/language`
  - added the new optional request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/cmd`
  - added the new optional request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/field`
  - added the new optional request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/language`
  - added the new optional request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/cmd`
  - added the new optional request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/field`
  - added the new optional request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/language`
  - added `#/components/schemas/WithInput, #/components/schemas/WithFieldRef` to the `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property `anyOf` list
  - added `#/components/schemas/WithInput, #/components/schemas/WithFieldRef` to the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property `anyOf` list
  - added `#/components/schemas/WithInput, subschema #2` to the `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` request property `anyOf` list
  - added `#/components/schemas/WithInput, subschema #2` to the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` request property `anyOf` list
  - added `#/components/schemas/WithNest` to the `job/output/items/with` request property `anyOf` list
  - added `#/components/schemas/WithNest` to the `job/transform/anyOf[subschema #1]/items/with` request property `anyOf` list
  - the request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` became optional
  - the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/key` became optional
  - request property `job/output/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/args` list-of-types was widened by adding types `array` to media type `application/json`
  - request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #3: WithConnection -> subschema #4: WithConnection]/args` list-of-types was widened by adding types `array` to media type `application/json`
- **2026-02-03** `dbbdeb97f610` — 1 breaking
  - added required request body
- **2026-02-02** `f0a3d26cc0c6` — 1 breaking, 2 warning
  - removed the request body
  - removed the optional property `errors` from the response with the `401` status
  - removed the optional property `errors` from the response with the `403` status
- **2025-06-16** `557b7644b943` — 1 warning, 2 info
  - removed the request property `job/source/server_name`
  - added the optional property `errors` to the response with the `401` status
  - added the optional property `errors` to the response with the `403` status
- **2025-02-27** `b0ed6c7dac42` — 22 breaking, 6 warning, 5 info
  - added the new required request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/expression`
  - added the new required request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/language`
  - added the new required request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/expression`
  - added the new required request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/language`
  - added the new required request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/expression`
  - added the new required request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/language`
  - added the new required request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/expression`
  - added the new required request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/language`
  - removed `#/components/schemas/WithInput, #/components/schemas/WithFieldRef` from the `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property `anyOf` list
  - removed `#/components/schemas/WithInput, #/components/schemas/WithFieldRef` from the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property `anyOf` list
  - removed `#/components/schemas/WithInput, subschema #2` from the `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` request property `anyOf` list
  - removed `#/components/schemas/WithInput, subschema #2` from the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` request property `anyOf` list
  - removed `#/components/schemas/WithNest` from the `job/output/items/with` request property `anyOf` list
  - removed `#/components/schemas/WithNest` from the `job/transform/anyOf[subschema #1]/items/with` request property `anyOf` list
  - the request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` became required
  - the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` became required
  - request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/args` list-of-types was narrowed by removing types `array` from media type `application/json`
  - request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/args` list-of-types was narrowed by removing types `array` from media type `application/json`
  - the `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property type changed from no type to `object`
  - the `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` request property type changed from no type to `object`
  - the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/` request property type changed from no type to `object`
  - the `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key` request property type changed from no type to `object`
  - removed the request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/cmd`
  - removed the request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/field`
  - removed the request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/language`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/cmd`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/field`
  - removed the request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/language`
  - added the new optional request property `job/output/items/with/anyOf[subschema #2: WithFields]/fields/items/field`
  - added the new optional request property `job/output/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/field`
  - added the new optional request property `job/source/server_name`
  - added the new optional request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #2: WithFields]/fields/items/field`
  - added the new optional request property `job/transform/anyOf[subschema #1]/items/with/anyOf[subschema #4: WithConnection -> subschema #3: WithConnection]/key/field`

---

[Operation](https://skmtc.dev/redis/apis/redis-data-integration-api/docs/api/v1/pipelines/jobs/dry-run/post.md) · [API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [Page](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/pipelines/jobs/dry-run/post)
