---
title: "GET /files/teams/{teamID}/{boardID}/{filename}"
method: GET
path: "/files/teams/{teamID}/{boardID}/{filename}"
---

# GET /files/teams/{teamID}/{boardID}/{filename}

`GET /files/teams/{teamID}/{boardID}/{filename}`

Returns the contents of an uploaded file

## Path parameters

- `teamID` string, required
- `boardID` string, required
- `filename` string, required

## Response `200`

success

## Other responses

- `404` — file not found
- `default` — internal error

---

[API](https://skmtc.net/mattermost/apis/focalboard-server.md) · [All operations](https://skmtc.net/mattermost/apis/focalboard-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mattermost/focalboard-server/versions/d238428e1666/schema)
