---
title: "List all files uploaded by a company"
method: GET
path: "/companies/{companyId}/files"
tags: ["Files"]
---

# List all files uploaded by a company

`GET /companies/{companyId}/files`

Returns an array of files that have been uploaded for a given company.

## Path parameters

- `companyId` string, uuid, required

## Response `200`

Success

- object[]
  - `fileName` string, nullable
  - `displayName` string, nullable
  - `sourceType` string, nullable
  - `uploaded` string, date-time

---

[API](https://skmtc.dev/codatio/apis/files-api.md) · [All operations](https://skmtc.dev/codatio/apis/files-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codatio/files-api/revisions/56e123715cea/schema)
