---
title: "Get all SourceDocumentStatusSimple for the Project with the given ID by status"
method: GET
path: "/docprocessing/project/{proj_id}/status/{status}/simple"
tags: ["docprocessing"]
---

# Get all SourceDocumentStatusSimple for the Project with the given ID by status

`GET /docprocessing/project/{proj_id}/status/{status}/simple`

## Path parameters

- `proj_id` integer, required
- `status` -100 | 0 | 1, required

## Response `200`

Successful Response

- SourceDocumentStatusSimple[]
  - `filename` string, required — Filename of the SourceDocument
  - `name` string, required — User-defined name of the document (default is the filename)
  - `doctype` 'text' | 'image' | 'video' | 'audio', required
  - `project_id` integer, required — Project the SourceDocument belongs to
  - `id` integer, required — ID of the SourceDocument
  - `processed_jobs` integer, required — Number of processed jobs (depending on the doctype)
  - `total_jobs` integer, required — Total number of jobs (depending on the doctype)
  - `processed_status` -100 | 0 | 1, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/versions/6b22366ce2d1/schema)
