---
title: "File: Show"
method: GET
path: "/merchants/{merchant_id}/files/{id}"
tags: ["Platform Model"]
---

# File: Show

`GET /merchants/{merchant_id}/files/{id}`

Retrieves an existing file of the current merchant.

## Path parameters

- `merchant_id` string, required — A unique 25-character alphanumeric resource identifier.
- `id` string, required

## Response `200`

Creates a new file for its submerchant

- MerchantFile
  - `id` string, required — Unique identifier for this file.
  - `resource` string, required — Resource type name, always "file".
  - `filename` string, required — Original filename of the uploaded file.
  - `size` integer, required — File size in bytes.
  - `mime_type` string, required — MIME type of the uploaded file (e.g. "application/pdf").
  - `created_at` string, date-time, required — Timestamp when the file was uploaded.
  - `updated_at` string, date-time, required — Timestamp when the file record was last updated.

---

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