---
title: "Lists all uploads for all sources"
method: GET
path: "/sources/uploads"
tags: ["Source", "Upload"]
---

# Lists all uploads for all sources

`GET /sources/uploads`

## Query parameters

- `page` integer
- `limit` integer
- `changes_only` boolean

## Response `200`

OK

- UploadsArray
  - `uploads` object[]
    - `sourceName` string — Name of the source of the upload
    - `sourceUrl` string
    - `upload` Upload — An instance of case data being written to the server.
      - `status` 'IN_PROGRESS' | 'SUCCESS' | 'ERROR'
      - `summary` object
        - `numCreated` integer
        - `numUpdated` integer
        - `error` 'INTERNAL_ERROR' | 'SOURCE_CONFIGURATION_ERROR' | 'SOURCE_CONFIGURATION_NOT_FOUND' | 'SOURCE_CONTENT_NOT_FOUND' | 'SOURCE_CONTENT_DOWNLOAD_ERROR' | 'PARSING_ERROR' | 'VALIDATION_ERROR' | 'DATA_UPLOAD_ERROR' | 'TIMEOUT'
      - `created` union
        - string
        - object
        - number

## Other responses

- `400` — Malformed request
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api.md) · [All operations](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/globaldothealth/global-health-curator-service-api/revisions/5b1151265235/schema)
