---
title: "Changes to Return the result of a workflow (latest run)"
method: GET
path: "/workflow/{id}/result"
---

# Changes to Return the result of a workflow (latest run)

`GET /workflow/{id}/result`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 20 revisions.

- **2026-08-07** `09a49e598435` — 2 breaking, 8 warning
- **2026-07-07** `45d6788e9230` — 2 breaking
- **2026-06-17** `666a503b2fcd` — 1 warning
- **2026-06-16** `5d02013bc7af` — 1 warning, 1 info
- **2026-06-11** `3a0b1d552159` — 1 info
- **2026-05-29** `116dbed86e24` — 1 warning
- **2026-05-19** `e911085405d1` — 2 info
- **2026-04-17** `a3368f919949` — 1 info
- **2026-04-13** `98a5c21eff94` — 1 info
- **2026-03-13** `0f0e49049ef1` — 2 breaking, 4 warning, 3 info

## Changes

- **2026-08-07** `09a49e598435` — 2 breaking, 8 warning
  - added `#/components/schemas/WorkflowResultV2Response, #/components/schemas/WorkflowResultV1Response` to the response body `oneOf` list for the response status `200`
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `error` from the response with the `200` status
  - removed the optional property `errorDetails` from the response with the `200` status
  - removed the optional property `input` from the response with the `200` status
  - removed the optional property `output` from the response with the `200` status
  - removed the optional property `runId` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - removed the optional property `trace` from the response with the `200` status
  - removed the optional property `workflowId` from the response with the `200` status
- **2026-07-07** `45d6788e9230` — 2 breaking
  - the response property `trace/destinations/local` became optional for the status `200`
  - the response property `trace/destinations/remote` became optional for the status `200`
- **2026-06-17** `666a503b2fcd` — 1 warning
  - removed the optional property `aggregations` from the response with the `200` status
- **2026-06-16** `5d02013bc7af` — 1 warning, 1 info
  - added the new `continued_as_new` enum value to the `status` response property for the response status `200`
  - removed the `continued` enum value from the `status` response property for the response status `200`
- **2026-06-11** `3a0b1d552159` — 1 info
  - added the optional property `errorDetails` to the response with the `200` status
- **2026-05-29** `116dbed86e24` — 1 warning
  - removed the optional property `attributes` from the response with the `200` status
- **2026-05-19** `e911085405d1` — 2 info
  - added the optional property `aggregations` to the response with the `200` status
  - added the optional property `attributes` to the response with the `200` status
- **2026-04-17** `a3368f919949` — 1 info
  - added the optional property `runId` to the response with the `200` status
- **2026-04-13** `98a5c21eff94` — 1 info
  - added the optional property `input` to the response with the `200` status
- **2026-03-13** `0f0e49049ef1` — 2 breaking, 4 warning, 3 info
  - the response property `trace/destinations/local` became nullable for the status `200`
  - the response property `trace/destinations/remote` became nullable for the status `200`
  - removed the optional property `errorDetails` from the response with the `200` status
  - removed the optional property `input` from the response with the `200` status
  - removed the optional property `runId` from the response with the `200` status
  - added the new `continued` enum value to the `status` response property for the response status `200`
  - the response property `trace/destinations/local` became required for the status `200`
  - the response property `trace/destinations/remote` became required for the status `200`
  - removed the `continued_as_new` enum value from the `status` response property for the response status `200`

---

[Operation](https://skmtc.dev/growthxai/apis/output-ai-api/docs/workflow/:id/result/get.md) · [API](https://skmtc.dev/growthxai/apis/output-ai-api.md) · [Page](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/:id/result/get)
