---
title: "Changes to Get pipeline results (only when completed)"
method: GET
path: "/pipeline/{session_id}/results"
---

# Changes to Get pipeline results (only when completed)

`GET /pipeline/{session_id}/results`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 6 revisions.

- **2026-07-21** `1a8c0d4c92b5` — 2 breaking, 7 warning
- **2026-05-27** `5738430233e4` — 13 info
- **2026-04-29** `790a7e8ac4e2` — 13 warning

## Changes

- **2026-07-21** `1a8c0d4c92b5` — 2 breaking, 7 warning
  - added `#/components/schemas/PipelineResults, #/components/schemas/PipelineError` to the response body `oneOf` list for the response status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `completed_at` from the response with the `200` status
  - removed the optional property `download_urls` from the response with the `200` status
  - removed the optional property `duration_seconds` from the response with the `200` status
  - removed the optional property `session_id` from the response with the `200` status
  - removed the optional property `stats` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - removed the optional property `timings` from the response with the `200` status
- **2026-05-27** `5738430233e4` — 13 info
  - added the optional property `download_urls/cluster_map` to the response with the `200` status
  - added the optional property `download_urls/cluster_report` to the response with the `200` status
  - added the optional property `download_urls/cluster_representatives` to the response with the `200` status
  - added the optional property `download_urls/cluster_summary` to the response with the `200` status
  - added the optional property `stats/cluster_capped_count` to the response with the `200` status
  - added the optional property `stats/cluster_count` to the response with the `200` status
  - added the optional property `stats/cluster_max_size` to the response with the `200` status
  - added the optional property `stats/cluster_multi_member_count` to the response with the `200` status
  - added the optional property `stats/cluster_prims_ran` to the response with the `200` status
  - added the optional property `stats/cluster_reduction_percent` to the response with the `200` status
  - added the optional property `stats/cluster_representative_count` to the response with the `200` status
  - added the optional property `stats/cluster_singleton_count` to the response with the `200` status
  - added the optional property `stats/cluster_total_prims` to the response with the `200` status
- **2026-04-29** `790a7e8ac4e2` — 13 warning
  - removed the optional property `download_urls/cluster_map` from the response with the `200` status
  - removed the optional property `download_urls/cluster_report` from the response with the `200` status
  - removed the optional property `download_urls/cluster_representatives` from the response with the `200` status
  - removed the optional property `download_urls/cluster_summary` from the response with the `200` status
  - removed the optional property `stats/cluster_capped_count` from the response with the `200` status
  - removed the optional property `stats/cluster_count` from the response with the `200` status
  - removed the optional property `stats/cluster_max_size` from the response with the `200` status
  - removed the optional property `stats/cluster_multi_member_count` from the response with the `200` status
  - removed the optional property `stats/cluster_prims_ran` from the response with the `200` status
  - removed the optional property `stats/cluster_reduction_percent` from the response with the `200` status
  - removed the optional property `stats/cluster_representative_count` from the response with the `200` status
  - removed the optional property `stats/cluster_singleton_count` from the response with the `200` status
  - removed the optional property `stats/cluster_total_prims` from the response with the `200` status

---

[Operation](https://skmtc.dev/nvidia/apis/material-agent-service/docs/pipeline/:session_id/results/get.md) · [API](https://skmtc.dev/nvidia/apis/material-agent-service.md) · [Page](https://skmtc.dev/nvidia/apis/material-agent-service/changes/pipeline/:session_id/results/get)
