Skip to main content
POST
Move Agents To Folder

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

teamId
string
required

Body

application/json
agent_ids
string<uuid>[]
required

IDs of the agents (assignments) to move. Must be unique.

Minimum array length: 1
folder_id
string<uuid> | null
required

Destination folder ID. Pass null to move the agents to the root level.

Response

Default Response

success
boolean
required

Always true on success

moved_count
number
required

Number of agents that were moved