---
title: "Get file details"
method: GET
path: "/api/v1/files/{fileId}"
tags: ["Files"]
---

# Get file details

`GET /api/v1/files/{fileId}`

## Path parameters

- `fileId` string, uuid, required

## Response `200`

File details

- SuccessResponseFileDetail
  - `ok` true
  - `data` FileDetail
    - `fileId` string, uuid
    - `filename` string
    - `contentType` string
    - `bytes` integer, nullable
    - `sha256` string, nullable
    - `status` 'pending' | 'confirmed' | 'expired'
    - `createdAt` string, date-time
    - `confirmedAt` string, date-time, nullable
    - `downloadUrl` string, uri

## Other responses

- `404` — Resource not found

## Changes

- **2026-04-17** `5eb4ed0f33c7` — 15 breaking, 2 warning, 4 info
  - the response property `data/bytes` became nullable for the status `200`
  - the response property `data/confirmedAt` became nullable for the status `200`
  - the response property `data/sha256` became nullable for the status `200`
  - the response property `data` became optional for the status `200`
  - …17 more

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/api/v1/files/:fileId/get.md)

---

[API](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api.md) · [All operations](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitbybit-dev/bitbybit-cad-cloud-api/revisions/5eb4ed0f33c7/schema)
