---
title: "Job Dry Run"
method: POST
path: "/api/v1/pipelines/jobs/dry-run"
tags: ["secure"]
---

# Job Dry Run

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

Executes a job using input data in a dry-run mode.

## Request body

- JobDryRunBody
  - `job` Job, required
    - `source` Source, required
      - `schema` string, nullable
      - `table` string, nullable
      - `row_format` 'full' | 'partial', nullable
    - `transform` Transform[], nullable
      - `uses` string, required
      - `with` union, required
        - WithInput
          - `expression` string, required
          - `field` string, nullable — This field it available only for a subset of with expressions e.g. `add_field`, `remove_field`.
          - `language` string, required
        - WithFields
          - `fields` union[], required
            - union
              - …
        - WithNest
          - `nest` object, required — Nesting configuration for hierarchical data structures.
          - `on_update` string, nullable
          - `data_type` string, nullable
          - `connection` string, nullable
        - WithConnection
          - `connection` string, nullable
          - `data_type` string, nullable
          - `args` union
            - object
            - unknown[]
              - …
          - `key` WithInput
            - `expression` string, required
            - `field` string, nullable — This field it available only for a subset of with expressions e.g. `add_field`, `remove_field`.
            - `language` string, required
          - `cmd` string, nullable — Redis command to execute, e.g. HGETALL.
          - `language` string, nullable
          - `field` string, nullable — Target field name for the lookup result.
    - `output` Output[], required
      - `uses` string, required
      - `with` union, required
        - WithInput
          - `expression` string, required
          - `field` string, nullable — This field it available only for a subset of with expressions e.g. `add_field`, `remove_field`.
          - `language` string, required
        - WithFields
          - `fields` union[], required
            - union
              - …
        - WithNest
          - `nest` object, required — Nesting configuration for hierarchical data structures.
          - `on_update` string, nullable
          - `data_type` string, nullable
          - `connection` string, nullable
        - WithConnection
          - `connection` string, nullable
          - `data_type` string, nullable
          - `args` union
            - object
            - unknown[]
              - …
          - `key` WithInput
            - `expression` string, required
            - `field` string, nullable — This field it available only for a subset of with expressions e.g. `add_field`, `remove_field`.
            - `language` string, required
          - `cmd` string, nullable — Redis command to execute, e.g. HGETALL.
          - `language` string, nullable
          - `field` string, nullable — Target field name for the lookup result.
    - `name` string, nullable
  - `input_data` object[], required

## Response `200`

Successful Response

- union
  - JobDryRunSuccessResponse
    - `transformation` object[], required
    - `output` unknown[], required
      - unknown
  - RedisDiApiV1ModulesSharedResponseError — Model representing an error status.
    - `status` 'error'
    - `error` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

## 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
  - …28 more
- **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
- …earlier changes not shown

[Full history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/pipelines/jobs/dry-run/post.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/30f630f0aac5/schema)
