---
title: "Get aggregate progress status for the entire pathway"
method: GET
path: "/v2/pathways/{id}/aggregate-progress"
tags: ["Pathways"]
---

# Get aggregate progress status for the entire pathway

`GET /v2/pathways/{id}/aggregate-progress`

## Path parameters

- `id` string, required

## Response `200`

OK

- V2PathwayAggregateProgress
  - `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

## 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)
