Skip to main content
POST
Move Folder Items
Moves multiple saved searches to a target folder. The saved searches being moved must have a type that matches the target folder’s type.

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Target folder ID

Request Body

items
string[]
required
Array of saved search IDs to move

Example Request

Response

Returns arrays of successfully moved and failed items.

Partial Success Response

Error Responses

Folder Not Found

Type Mismatch

Type mismatches for individual items are returned in the failed array of the response, not as request-level errors. A request-level error only occurs when the target folder is not found.

Code Examples