---
title: "Find learner progress in all offerings"
method: GET
path: "/users/all/progress"
tags: ["Learner activity"]
---

# Find learner progress in all offerings

`GET /users/all/progress`

Responds with all learners' progress in all offerings.

## Query parameters

- `$top` string
- `$orderby` string
- `$filter` string

## Response `200`

Learners progress

- object
  - `top` integer
  - `data` object
    - `progress` LearnerResponse[]
      - `id` string
      - `firstName` string
      - `lastName` string
      - `email` string
      - `personId` string
      - `offerings` OfferingProgressRow[]
        - `id` string
        - `completion` string

## Other responses

- `400` — Bad Request
- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
