---
title: "GET /api/v1/project/upload-session/"
method: GET
path: "/api/v1/project/upload-session/"
tags: ["project", "v1"]
---

# GET /api/v1/project/upload-session/

`GET /api/v1/project/upload-session/`

Session Upload List

## Query parameters

- `jq_filters` object

## Response `200`

- UploadSessionDetail[]
  - `uid` string, uuid
  - `project` integer, nullable
  - `created_by` TaskQueueReviewersDataInner, required
    - `pk` integer
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  - `created_date` string, date-time
  - `document_type` string
  - `progress` string
  - `completed` boolean, nullable
  - `is_canceling` string

## Changes

- **2021-09-22** `63116f2e9e3e` — 1 info
  - added the optional property `items/is_canceling` to the response with the `200` status
- **2021-05-24** `8167164be9cc` — 4 breaking, 18 warning, 1 info
  - the response property `items/project` became nullable for the status `200`
  - the `items/project` response's property type/format changed from `object`/`` to `integer`/`` for status `200`
  - removed the required property `items/project/name` from the response with the `200` status
  - removed the required property `items/project/type_data` from the response with the `200` status
  - …19 more
- **2020-12-11** `0957c4a7ae3d` — 1 breaking, 2 warning, 20 info
  - the `items/project` response's property type/format changed from `integer`/`` to `object`/`` for status `200`
  - removed the optional property `items/completed` from the response with the `200` status
  - removed the optional property `items/is_canceling` from the response with the `200` status
  - added the optional property `items/created_by/role` to the response with the `200` status
  - …19 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/upload-session/get.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
