---
title: "Import Tasks"
method: POST
path: "/task/import/{projectId}"
tags: ["Tasks"]
---

# Import Tasks

`POST /task/import/{projectId}`

Import multiple tasks into a project

## Path parameters

- `projectId` string, required

## Request body

- object
  - `tasks` object[], required
    - `title` string, required
    - `description` string
    - `status` string, required
    - `priority` string
    - `dueDate` string
    - `userId` string

## Response `200`

Tasks imported successfully

- unknown

## Changes

- **2026-03-04** `298877d6a79a` — 1 breaking, 1 info
  - the request property `tasks/items/userId` became not nullable
  - request property `tasks/items/userId` list-of-types was widened by adding types `null` to media type `application/json`
- **2026-02-21** `4b8811b821e6` — 1 breaking, 1 info
  - request property `tasks/items/userId` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the request property `tasks/items/userId` became nullable
- **2025-12-11** `93b231773126` — 1 info
  - the request property `tasks/items/userId` became optional

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/task/import/:projectId/post.md)

---

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