---
title: "Get File"
method: GET
path: "/files/file/{file_id}"
tags: ["files"]
---

# Get File

`GET /files/file/{file_id}`

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- UploadedFilesResponse
  - `file_id` string, uuid, required
  - `file_type` string, required
  - `filename` string, required
  - `vendor_id` string, uuid, nullable
  - `created` string, date-time, required
  - `modified` string, date-time, nullable
  - `aws_key` string, nullable
  - `num_pages` integer, nullable
  - `project_id` string, uuid, nullable
  - `document_request_id` string, uuid, nullable
  - `uploaded_by` string, uuid, nullable
  - `upload_id` string, uuid, nullable
  - `review_status` string, nullable
  - `has_risks` boolean
  - `collateral_type` 'Agent Call Flow' | 'Audio' | 'Billboard' | 'Communications' | 'Conversation Design' | 'Email' | 'Help Center Article' | 'In-App' | 'Mailer' | 'Organic Social' | 'Paid Advertising' | 'Paid Search' | 'Paid Social' | 'Press Release' | 'Procedure/Decision Tree' | 'Support Agent Training' | 'TV' | 'Web' | 'Wiki' | 'Other'
  - `transcript_from_video` boolean, nullable
  - `preset_ids` string[], nullable
  - `embed_state` 'COMPLETED' | 'IN_PROGRESS' | 'NOT_STARTED' | 'FAILED' | 'NOT_SUPPORTED' | 'CLEANUP_IN_PROGRESS'
  - `size_bytes` integer, nullable
  - `status` 'processing' | 'deleted' | 'in_use' | 'in_progress' | 'failed'
  - `is_kobalt_generated` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
