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

# Get an upload

`GET /companies/{companyId}/uploads/{uploadId}`

Retrieve the information of the upload with the matching uploadId.

**Scope:** `uploads:read`

## Response `200`

upload found

- Upload
  - `id` string, uuid
  - `description` string
  - `contentType` string
  - `journalEntryId` string, uuid, nullable

## Other responses

- `404` — upload not found

---

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