---
title: "Changes to Create Job"
method: POST
path: "/v1/jobs"
---

# Changes to Create Job

`POST /v1/jobs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 55 revisions.

- **2026-08-17** `22c2a2291146` — 2 info
- **2026-07-20** `d4e4f170f4f4` — 3 breaking, 1 warning, 13 info
- **2026-07-12** `e8a97dc9fce2` — 3 breaking, 9 info
- **2026-06-18** `2562e655b8f2` — 1 info

## Changes

- **2026-08-17** `22c2a2291146` — 2 info
  - added the new optional request property `inputs/anyOf[subschema #1: JobInputsPublicV1]/node_data`
  - added the optional property `inputs/anyOf[subschema #1: JobInputsPublicV1]/node_data` to the response with the `201` status
- **2026-07-20** `d4e4f170f4f4` — 3 breaking, 1 warning, 13 info
  - removed `#/components/schemas/CrustJobDestination` from the `destination` request property `anyOf` list
  - removed `#/components/schemas/CrustJobInputs` from the `inputs` request property `anyOf` list
  - removed `#/components/schemas/CrustJobSchedule` from the `schedule` request property `anyOf` list
  - deleted the `cookie` request parameter `token`
  - api operation id `create_job_v2_jobs_post` removed and replaced with `create_job_public_v1_api_v1_public_jobs_post`
  - the endpoint scheme security `APIKeyCookie` was added to the API
  - the endpoint scheme security `HTTPBearer` was added to the API
  - endpoint deprecated
  - added `#/components/schemas/JobDestinationPublicV1` to the `destination` request property `anyOf` list
  - added `#/components/schemas/JobInputsPublicV1` to the `inputs` request property `anyOf` list
  - added `#/components/schemas/JobSchedulePublicV1` to the `schedule` request property `anyOf` list
  - added `#/components/schemas/JobDestinationPublicV1` to the `destination` response property `anyOf` list for the response status `201`
  - added `#/components/schemas/JobInputsPublicV1` to the `inputs` response property `anyOf` list for the response status `201`
  - added `#/components/schemas/JobSchedulePublicV1` to the `schedule` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/CrustJobDestination` from the `destination` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/CrustJobInputs` from the `inputs` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/CrustJobSchedule` from the `schedule` response property `anyOf` list for the response status `201`
- **2026-07-12** `e8a97dc9fce2` — 3 breaking, 9 info
  - removed `#/components/schemas/JobDestination` from the `destination` request property `anyOf` list
  - removed `#/components/schemas/JobInputs` from the `inputs` request property `anyOf` list
  - removed `#/components/schemas/JobSchedule` from the `schedule` request property `anyOf` list
  - added `#/components/schemas/CrustJobDestination` to the `destination` request property `anyOf` list
  - added `#/components/schemas/CrustJobInputs` to the `inputs` request property `anyOf` list
  - added `#/components/schemas/CrustJobSchedule` to the `schedule` request property `anyOf` list
  - added `#/components/schemas/CrustJobDestination` to the `destination` response property `anyOf` list for the response status `201`
  - added `#/components/schemas/CrustJobInputs` to the `inputs` response property `anyOf` list for the response status `201`
  - added `#/components/schemas/CrustJobSchedule` to the `schedule` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/JobDestination` from the `destination` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/JobInputs` from the `inputs` response property `anyOf` list for the response status `201`
  - removed `#/components/schemas/JobSchedule` from the `schedule` response property `anyOf` list for the response status `201`
- **2026-06-18** `2562e655b8f2` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/nimbleway/apis/api-gateway/docs/v1/jobs/post.md) · [API](https://skmtc.dev/nimbleway/apis/api-gateway.md) · [Page](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v1/jobs/post)
