---
title: "Get progress status for the recipient group"
method: GET
path: "/v2/pathways/{id}/recipient-groups/{recipientGroupId}/progress"
tags: ["Pathways"]
---

# Get progress status for the recipient group

`GET /v2/pathways/{id}/recipient-groups/{recipientGroupId}/progress`

## Path parameters

- `id` string, required
- `recipientGroupId` string, required

## Response `200`

OK

- V2PathwayGroupProgress
  - `calculationInfo` V2PathwayProgressCalculationInfo, required
    - `computedDate` string, date-time, nullable
    - `computedPublishedStructureVersion` integer, nullable
    - `computedVersion` integer, nullable
    - `stale` boolean, required
    - `staleBeforeVersion` integer, required
  - `id` string, required
  - `pathwayId` string, required
  - `progressAggregate` V2ProgressAggregate — Describes progress for the group. Might be missing if progress was not calculated yet.
    - `elementProgress` object, required
  - `scope` RecipientGroupAggregate, required
    - `@type` 'groupAggregate'
    - `recipientGroupId` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
