---
title: "Changes to Stream sandbox function invocation events"
method: GET
path: "/api/w/{wId}/sandbox-functions/{functionId}/invocations/{invocationId}/events"
---

# Changes to Stream sandbox function invocation events

`GET /api/w/{wId}/sandbox-functions/{functionId}/invocations/{invocationId}/events`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 81 revisions.

- **2026-07-27** `8eab454aa5cf` — 11 info
- **2026-07-23** `10bcdffcccb6` — 11 warning
- **2026-07-23** `116e01494c54` — 1 breaking, 1 info
- **2026-07-17** `50e23587026b` — 1 breaking, 1 info
- **2026-07-15** `8bbe27ffe998` — 1 breaking, 1 info
- **2026-07-10** `9c8261f88e4d` — 1 breaking
- **2026-06-30** `de5ed4254804` — 1 info
- **2026-06-19** `e5d6a51d91df` — 1 breaking
- **2026-06-17** `8848d86acfa5` — 1 info
- **2026-06-07** `d541dc9c10e1` — 1 breaking

## Changes

- **2026-07-27** `8eab454aa5cf` — 11 info
  - removed the `bad_input` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `bad_return` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `function_not_found` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `http_error` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `import_failed` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `invalid_input` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `invalid_output` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `invocation_failed` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `not_supported` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `threw` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - removed the `transport_error` enum value from the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
- **2026-07-23** `10bcdffcccb6` — 11 warning
  - added the new `bad_input` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `bad_return` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `function_not_found` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `http_error` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `import_failed` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `invalid_input` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `invalid_output` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `invocation_failed` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `not_supported` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `threw` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
  - added the new `transport_error` enum value to the `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error/code` response property for the response status `200`
- **2026-07-23** `116e01494c54` — 1 breaking, 1 info
  - removed the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/message` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error` to the response with the `200` status
- **2026-07-17** `50e23587026b` — 1 breaking, 1 info
  - removed the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/message` to the response with the `200` status
- **2026-07-15** `8bbe27ffe998` — 1 breaking, 1 info
  - removed the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/message` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent]/error` to the response with the `200` status
- **2026-07-10** `9c8261f88e4d` — 1 breaking
  - added `#/components/schemas/PrivateSandboxFunctionInvocationErrorEvent` to the response body `oneOf` list for the response status `200`
- **2026-06-30** `de5ed4254804` — 1 info
  - endpoint added
- **2026-06-19** `e5d6a51d91df` — 1 breaking
  - api path removed without deprecation
- **2026-06-17** `8848d86acfa5` — 1 info
  - endpoint added
- **2026-06-07** `d541dc9c10e1` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/dust-tt/apis/dust-api-documentation/docs/api/w/:wId/sandbox-functions/:functionId/invocations/:invocationId/events/get.md) · [API](https://skmtc.dev/dust-tt/apis/dust-api-documentation.md) · [Page](https://skmtc.dev/dust-tt/apis/dust-api-documentation/changes/api/w/:wId/sandbox-functions/:functionId/invocations/:invocationId/events/get)
