---
title: "Get uploads"
method: GET
path: "/companies/{companyId}/uploads"
tags: ["uploads"]
---

# Get uploads

`GET /companies/{companyId}/uploads`

Get all uploads for the company. Use the query parameters to filter and navigate through the results.
**Scope:** `uploads:read`

## Query parameters

- `page` integer
- `pageSize` integer
- `query` string

## Response `200`

uploads found

- object
  - `totalItems` integer
  - `totalPages` integer
  - `currentPage` integer
  - `items` Upload[]
    - `id` string, uuid
    - `description` string
    - `contentType` string
    - `journalEntryId` string, uuid, nullable

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
