Skip to main content
GET
/
v2
/
teams
/
{teamId}
/
files
List Files
curl --request GET \
  --url https://api.duvo.ai/v2/teams/{teamId}/files \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "id": "<string>",
      "name": "<string>",
      "path": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "metadata": {
        "mimetype": "<string>",
        "size": 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

files
object[]
required

Files visible to the current team