---
title: "Populate the dataset with records from playground conversations"
method: POST
path: "/v1/observability/datasets/{dataset_id}/imports/from-playground"
tags: ["beta.observability.datasets"]
---

# Populate the dataset with records from playground conversations

`POST /v1/observability/datasets/{dataset_id}/imports/from-playground`

Populate the dataset with records from playground conversations

## Path parameters

- `dataset_id` string, uuid, required

## Request body

- ImportDatasetFromPlaygroundRequest
  - `conversation_ids` string[], required

## Response `202`

Successful Response

- DatasetImportTask
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time, nullable, required
  - `creator_id` string, uuid, required
  - `dataset_id` string, uuid, required
  - `workspace_id` string, uuid, required
  - `status` 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELED' | 'TERMINATED' | 'CONTINUED_AS_NEW' | 'TIMED_OUT' | 'UNKNOWN', required
  - `progress` integer, nullable
  - `message` string, nullable

## Other responses

- `400` — Bad Request - Invalid request parameters or data
- `404` — Not Found - Resource does not exist
- `408` — Request Timeout - Operation timed out
- `409` — Conflict - Resource conflict
- `422` — Unprocessable Entity - Validation error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
