---
title: "Get Collection Progress"
method: GET
path: "/rag/collections/{collection_id}/progress/"
tags: ["rag"]
---

# Get Collection Progress

`GET /rag/collections/{collection_id}/progress/`

Get document collection processing progress.

## Path parameters

- `collection_id` string, required

## Response `200`

Successful Response

- ProcessingProgressSchema — Base model for tracking processing progress
  - `id` string, required
  - `status` string
  - `progress` number
  - `current_step` string
  - `total_files` integer
  - `processed_files` integer
  - `total_chunks` integer
  - `processed_chunks` integer
  - `error_message` string, nullable
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-12** `181efcea9e6e` — 1 info
  - endpoint added
- **2024-11-23** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pyspur-dev/apis/pyspur-api/changes/rag/collections/:collection_id/progress/get.md)

---

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