---
title: "Changes to List objective events"
method: GET
path: "/v1/workspaces/{workspaceId}/objectives/{objectiveId}/events"
---

# Changes to List objective events

`GET /v1/workspaces/{workspaceId}/objectives/{objectiveId}/events`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 57 revisions.

- **2026-08-05** `ac1a7f084068` — 1 breaking, 1 info
- **2026-07-22** `cf00ce9538ec` — 1 info
- **2026-07-22** `1933c0d0512f` — 1 info
- **2026-07-19** `3ecc1debabfa` — 2 breaking, 18 warning, 1 info
- **2026-07-08** `a99a473ee3ad` — 1 warning
- **2026-07-08** `e72f368ddab7` — 1 info
- **2026-07-07** `63210c2f71dc` — 1 info
- **2026-07-06** `ca78d3d0b7c2` — 3 info
- **2026-07-03** `02498bf606f0` — 1 info
- **2026-07-02** `06e0e37c1499` — 4 warning, 1 info
- **2026-06-10** `fca9ba42dc80` — 1 warning, 2 info
- **2026-06-09** `13d98d37dd96` — 4 info
- **2026-06-05** `0702cb021b66` — 1 warning

## Changes

- **2026-08-05** `ac1a7f084068` — 1 breaking, 1 info
  - added `#/components/schemas/ObjectiveEventData_Reasoning` to the `items/items/data` response property `oneOf` list for the response status `200`
  - added `reasoning` discriminator mapping keys to the `items/items/data` response property for the response status `200`
- **2026-07-22** `cf00ce9538ec` — 1 info
  - added the optional property `items/items/startedAt` to the response with the `200` status
- **2026-07-22** `1933c0d0512f` — 1 info
  - added the optional property `items/items/duration` to the response with the `200` status
- **2026-07-19** `3ecc1debabfa` — 2 breaking, 18 warning, 1 info
  - added `#/components/schemas/ObjectiveEventData_UserMessage, #/components/schemas/ObjectiveEventData_ToolApprovalRequested, #/components/schemas/ObjectiveEventData_ToolApproved, #/components/schemas/ObjectiveEventData_ToolDenied, #/components/schemas/ObjectiveEventData_ToolCalled, #/components/schemas/ObjectiveEventData_Error, #/components/schemas/ObjectiveEventData_AssistantMessage, #/components/schemas/ObjectiveEventData_ToolResult, #/components/schemas/ObjectiveEventData_ToolError, #/components/schemas/ObjectiveEventData_ContextWindowCompacted, #/components/schemas/ObjectiveEventData_MemoryRead, #/components/schemas/ObjectiveEventData_Cancelled, #/components/schemas/ObjectiveEventData_SubAgentSpawned, #/components/schemas/ObjectiveEventData_SubAgentUpdated, #/components/schemas/ObjectiveEventData_Finalized, #/components/schemas/ObjectiveEventData_Notice, #/components/schemas/ObjectiveEventData_TimedOut` to the `items/items/data` response property `oneOf` list for the response status `200`
  - the `items/items/data` response's property type changed from `object` to no type for status `200`
  - removed the optional property `items/items/data/assistantMessage` from the response with the `200` status
  - removed the optional property `items/items/data/cancelled` from the response with the `200` status
  - removed the optional property `items/items/data/contextWindowCompacted` from the response with the `200` status
  - removed the optional property `items/items/data/error` from the response with the `200` status
  - removed the optional property `items/items/data/finalized` from the response with the `200` status
  - removed the optional property `items/items/data/memoryRead` from the response with the `200` status
  - removed the optional property `items/items/data/notice` from the response with the `200` status
  - removed the optional property `items/items/data/subAgentSpawned` from the response with the `200` status
  - removed the optional property `items/items/data/subAgentUpdated` from the response with the `200` status
  - removed the optional property `items/items/data/timedOut` from the response with the `200` status
  - removed the optional property `items/items/data/toolApprovalRequested` from the response with the `200` status
  - removed the optional property `items/items/data/toolApproved` from the response with the `200` status
  - removed the optional property `items/items/data/toolCalled` from the response with the `200` status
  - removed the optional property `items/items/data/toolDenied` from the response with the `200` status
  - removed the optional property `items/items/data/toolError` from the response with the `200` status
  - removed the optional property `items/items/data/toolResult` from the response with the `200` status
  - removed the optional property `items/items/data/type` from the response with the `200` status
  - removed the optional property `items/items/data/userMessage` from the response with the `200` status
  - added discriminator to `items/items/data` response property for the response status `200`
- **2026-07-08** `a99a473ee3ad` — 1 warning
  - removed the optional property `pagination/total` from the response with the `200` status
- **2026-07-08** `e72f368ddab7` — 1 info
  - added the new optional `query` request parameter `labels`
- **2026-07-07** `63210c2f71dc` — 1 info
  - added the optional property `items/items/data/timedOut` to the response with the `200` status
- **2026-07-06** `ca78d3d0b7c2` — 3 info
  - added the optional property `items/items/data/toolCalled/arguments` to the response with the `200` status
  - added the optional property `items/items/data/toolCalled/config` to the response with the `200` status
  - added the optional property `items/items/data/toolCalled/tool` to the response with the `200` status
- **2026-07-03** `02498bf606f0` — 1 info
  - added the optional property `items/items/data/notice` to the response with the `200` status
- **2026-07-02** `06e0e37c1499` — 4 warning, 1 info
  - removed the optional property `items/items/data/assistantMessage/toolCalls/items/tool/agent/bundleKey` from the response with the `200` status
  - removed the optional property `items/items/data/assistantMessage/toolCalls/items/tool/cadenyaProvidedTool/bundleKey` from the response with the `200` status
  - removed the optional property `items/items/data/assistantMessage/toolCalls/items/tool/tool/bundleKey` from the response with the `200` status
  - removed the optional property `items/items/data/subAgentSpawned/agent/bundleKey` from the response with the `200` status
  - added the optional property `items/items/info/createdBy/metadata/createdAt` to the response with the `200` status
- **2026-06-10** `fca9ba42dc80` — 1 warning, 2 info
  - removed the optional property `items/items/data/toolResult/content` from the response with the `200` status
  - the response property `items/items/data/toolResult/toolCallId` became required for the status `200`
  - added the required property `items/items/data/toolResult/result` to the response with the `200` status
- **2026-06-09** `13d98d37dd96` — 4 info
  - added the optional property `items/items/data/assistantMessage/toolCalls/items/tool/agent/updatedAt` to the response with the `200` status
  - added the optional property `items/items/data/assistantMessage/toolCalls/items/tool/cadenyaProvidedTool/updatedAt` to the response with the `200` status
  - added the optional property `items/items/data/assistantMessage/toolCalls/items/tool/tool/updatedAt` to the response with the `200` status
  - added the optional property `items/items/data/subAgentSpawned/agent/updatedAt` to the response with the `200` status
- **2026-06-05** `0702cb021b66` — 1 warning
  - added the new `PROFILE_TYPE_UNSPECIFIED` enum value to the `items/items/info/createdBy/spec/type` response property for the response status `200`

---

[Operation](https://skmtc.dev/cadenya/apis/cadenya-api/docs/v1/workspaces/:workspaceId/objectives/:objectiveId/events/get.md) · [API](https://skmtc.dev/cadenya/apis/cadenya-api.md) · [Page](https://skmtc.dev/cadenya/apis/cadenya-api/changes/v1/workspaces/:workspaceId/objectives/:objectiveId/events/get)
