Skip to main content
GET
/
v2
/
teams
/
{teamId}
/
agent-folders
List Agent Folders
curl --request GET \
  --url https://api.duvo.ai/v2/teams/{teamId}/agent-folders \
  --header 'Authorization: Bearer <token>'
{
  "folders": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "parent_folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "<string>",
      "updated_at": "<string>",
      "agent_count": 123,
      "subfolder_count": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

teamId
string
required

Response

Default Response

folders
object[]
required

Agent folders owned by the authenticated team