---
title: "Get File for Table Cell"
method: GET
path: "/v1/table/{table_id}/file"
tags: ["Table"]
---

# Get File for Table Cell

`GET /v1/table/{table_id}/file`

Retrieve a file associated with a specific cell in a table.

## Path parameters

- `table_id` string, uuid, required

## Query parameters

- `column_id` string, uuid, required
- `filename` string, required

## Response `200`

Successfully retrieved the file.

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — File not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
