---
title: "Add Conversations To Lab"
method: POST
path: "/v1/metrics-lab/lab/{lab_id}/conversations"
tags: ["Metrics Lab"]
---

# Add Conversations To Lab

`POST /v1/metrics-lab/lab/{lab_id}/conversations`

Add conversations to an existing lab.

## Path parameters

- `lab_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Request body

- AddConversationsToLabRequest — Request model for adding conversations to an existing lab
  - `lab_id` string, required — Lab ID (UUID as string)
  - `conversations` ConversationItem[], required — List of conversations to add to the lab
    - `call_id` string, nullable — Call ID (UUID as string)
    - `test_result_id` integer, nullable — Test result ID

## Response `200`

Successful Response

- AddConversationsToLabResponse — Response model for adding conversations to a lab
  - `added_count` integer, required — Number of conversations successfully added
  - `skipped_count` integer, required — Number of conversations that were skipped (already existed)
  - `added_conversation_ids` object[], required — List of conversation identifiers that were added
  - `message` string, nullable — Human-readable message about the operation

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
