---
title: "Get Files For Company"
method: GET
path: "/internal/files"
tags: ["internal"]
---

# Get Files For Company

`GET /internal/files`

## Query parameters

- `company_id` string, uuid, required

## Response `200`

Successful Response

- Files[]
  - `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

## 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)
