---
title: "Get the file upload storage account configuration."
method: GET
path: "/fileUploads"
---

# Get the file upload storage account configuration.

`GET /fileUploads`

## Query parameters

- `api-version` string, required

## Response `200`

Success

- FileUpload — The file upload configuration definition.
  - `account` string — The storage account name where to upload the file to
  - `connectionString` string, required — The connection string used to configure the storage account
  - `container` string, required — The name of the container inside the storage account
  - `sasTtl` string — ISO 8601 duration standard, The amount of time the device’s request to upload a file is valid before it expires.
  - `state` 'pending' | 'updating' | 'deleting' | 'succeeded' | 'failed' — The state of the file upload configuration
  - `etag` string — ETag used to prevent conflict with multiple uploads
  - `readAccess` boolean — The flag indicate if user be able to access device uploaded files from IoT Central portal

## Other responses

- `default` — An error response received from the IoT Central Service.

## Changes

- **2026-07-13** (1.0) `50c39d38d85a` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `5705f777edf6` — 1 info
  - endpoint added
- **2026-07-13** (1.0) `6536da9e32d7` — 1 breaking
  - added the new required `query` request parameter `api-version`
- **2026-07-13** (1.0) `91b0e78f975b` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `6626576352d6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/iotcentral-iotcentral/changes/fileUploads/get.md)

---

[API](https://skmtc.dev/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.dev/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
