Move Folder Items
Folders
Move Folder Items
Move saved searches to a folder
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.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Target folder ID
Request Body
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 thefailed array of the response, not as request-level errors. A request-level error only occurs when the target folder is not found.