---
title: "Bulk Move Tests To Folder"
method: POST
path: "/v1/convai/agent-testing/bulk-move"
tags: ["Agents Platform"]
---

# Bulk Move Tests To Folder

`POST /v1/convai/agent-testing/bulk-move`

Moves multiple tests or folders from one folder to another.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Request body

- BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost
  - `entity_ids` string[], required — The IDs of tests or folders to move.
  - `move_to` string, nullable — The folder to move the entities to. If not set, the entities will be moved to the root folder.

## Response `200`

Tests or folders successfully moved to another folder

- unknown

## Other responses

- `422` — Validation Error

---

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