---
title: "POST /job/submit"
method: POST
path: "/job/submit"
tags: ["job"]
---

# POST /job/submit

`POST /job/submit`

## Request body

- ReqSubmitJob
  - `dag_schema` object, required — Definition and configuration of jobs, including the configuration of multiple tasks
  - `user_name` string — Name of the data table

## Response `200`

Success

- ResponseJobSubmit
  - `message` string
  - `code` integer
  - `data` JobInfo
    - `model_id` string
    - `model_version` string
  - `job_id` string

## Changes

> 6 revisions in range; 1 not diffed.

- **2023-09-11** `5d91ba75be4d` — 2 breaking, 2 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `post_submit_job` was added
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/federatedai/apis/fate-flow-restful-api/changes/job/submit/post.md)

---

[API](https://skmtc.dev/federatedai/apis/fate-flow-restful-api.md) · [All operations](https://skmtc.dev/federatedai/apis/fate-flow-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/federatedai/fate-flow-restful-api/revisions/79b43d689db6/schema)
