---
title: "Get Data File"
method: GET
path: "/v2/data/{file_id}"
tags: ["data"]
---

# Get Data File

`GET /v2/data/{file_id}`

Fetch one data file's metadata.

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- DataFileResponse — Size is reserved up front and verified against the stored object on completion.
  - `id` string, uuid, required
  - `team_id` string, uuid, required
  - `membership_id` integer, required
  - `scope` 'member' | 'team', required
  - `status` 'pending' | 'ready', required
  - `filename` string, required
  - `content_type` string, nullable, required
  - `size_bytes` integer, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists
- `422` — Validation Error

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/58558fc733d9/schema)
