---
title: "✨ List user progress for a learning resource"
method: GET
path: "/api/learning-resources/{id}/user-progress/"
tags: ["Learning Resources"]
---

# ✨ List user progress for a learning resource

`GET /api/learning-resources/{id}/user-progress/`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Paginated progress for users who started the course.

## Path parameters

- `id` string, required

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

- PaginatedUserLearningProgressListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` UserLearningProgressList[], required
    - `completed_at` string, date-time, nullable, required
    - `is_stale` boolean, required
    - `last_module_title` string, required
    - `last_page_id` string, required
    - `last_page_title` string, required
    - `progress_percent` string, required
    - `requires_retake` string, required
    - `started_at` string, date-time, nullable, required
    - `status` string, required
    - `time_spent_seconds` integer, required
    - `user` UserSimple, required — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
      - `avatar` string, required
      - `email` string, email
      - `first_name` string
      - `id` integer, required
      - `last_name` string
      - `username` string, required

## Changes

- **2026-06-10** `d3cf6cceebfd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/learning-resources/:id/user-progress/get.md)

---

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