---
title: "Create new `Task`"
method: POST
path: "/v1/tasks"
tags: ["not_implemented"]
---

# Create new \`Task\`

`POST /v1/tasks`

Create new `Task`

## Request body

- Task — A work item to be executed by Conductor
  - `uploadId` string, uri — Collection of files required for task
  - `timeStarted` string — start time in Unix Epoch time format
  - `timeFinished` string — Finish time in Unix Epoch time format
  - `taskLabel` string — Human friendly task id.
  - `statusDescription` string — Description of current status.
  - `status` string — Current status of task.
  - `selfLink` string, uri — Resource locator for this object
  - `priority` integer — Higher priority values will be selected first
  - `jobLabel` string — Human friendly job id.
  - `jobId` integer — Job ID
  - `id` string — Unique identifier for this Task
  - `environment` object — Collection of environment variables
  - `command` string — Command to execute

## Response `200`

Successful response

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
