---
title: "List Files"
method: GET
path: "/v2/teams/{teamId}/files"
tags: ["Files"]
---

# List Files

`GET /v2/teams/{teamId}/files`

List files for the current team.

## Path parameters

- `teamId` string, required

## Response `200`

Default Response

- object
  - `files` object[], required — Files visible to the current team
    - `id` string, required — Unique file identifier
    - `name` string, required — File name (basename)
    - `path` string, required — Relative path of the file inside the team's storage
    - `created_at` string — ISO 8601 timestamp when the file was created
    - `updated_at` string — ISO 8601 timestamp of the last update
    - `metadata` object, nullable — File metadata from object storage
      - `mimetype` string — MIME type of the file
      - `size` number — File size in bytes

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
