---
title: "Export candidate tasks to project"
method: PATCH
path: "/api/datasets/import"
tags: ["Datasets"]
---

# Export candidate tasks to project

`PATCH /api/datasets/import`

Export Candidate task for a specific dataset to project.

## Query parameters

- `job_id` integer
- `signal` string

## Request body

- object
  - `job_id` integer, required
  - `signal` string, required — Operation type.

## Response `200`

- DatasetImportCandidatesResponse
  - `detail` string
  - `job` integer
  - `project_tasks` integer
  - `skipped` integer
  - `total` integer

## Changes

- **2026-07-08** `93493def8bb7` — 2 info
  - added optional request body
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/datasets/import/patch.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/93493def8bb7/schema)
