---
title: "Get Files For Vendor"
method: GET
path: "/files/vendor"
tags: ["files"]
---

# Get Files For Vendor

`GET /files/vendor`

## Query parameters

- `vendor_id` string, uuid, nullable
- `file_types` string[], nullable
- `excluded_file_types` string[], nullable
- `show_archived` boolean
- `marketing_team_id` string, uuid, nullable
- `include_risks` boolean

## Response `200`

Successful Response

- UploadedFilesCollectionWithAssignees
  - `files` UploadedFilesResponse[], required
    - `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
  - `folders` object, required
  - `file_assignees` object, required

## 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/425d5b8a3c17/schema)
