---
title: "Changes to Get task activity"
method: GET
path: "/activity/{taskId}"
---

# Changes to Get task activity

`GET /activity/{taskId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 14 info
- **2026-07-11** `32cece1ebe43` — 2 breaking, 1 info
- **2026-03-05** `c45ef22a736c` — 6 breaking, 6 info
- **2026-03-04** `298877d6a79a` — 7 breaking
- **2026-02-21** `4b8811b821e6` — 7 breaking, 6 info
- **2026-01-11** `f6c7baa36924` — 1 breaking, 4 info
- **2025-12-14** `38f83a691e6a` — 1 breaking, 10 warning
- **2025-12-11** `93b231773126` — 1 breaking, 6 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 14 info
  - the response property `items/eventData` became optional for the status `200`
  - the `items/eventData` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - removed the `assignee_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `comment` enum value from the `items/type` response property for the response status `200`
  - removed the `create` enum value from the `items/type` response property for the response status `200`
  - removed the `description_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `due_date_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `priority_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `status_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `task` enum value from the `items/type` response property for the response status `200`
  - removed the `title_changed` enum value from the `items/type` response property for the response status `200`
  - removed the `unassigned` enum value from the `items/type` response property for the response status `200`
  - added the required property `items/updatedAt` to the response with the `200` status
- **2026-07-11** `32cece1ebe43` — 2 breaking, 1 info
  - the `items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the required property `items/eventData` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 6 breaking, 6 info
  - the response property `items/content` became nullable for the status `200`
  - the response property `items/externalSource` became nullable for the status `200`
  - the response property `items/externalUrl` became nullable for the status `200`
  - the response property `items/externalUserAvatar` became nullable for the status `200`
  - the response property `items/externalUserName` became nullable for the status `200`
  - the response property `items/userId` became nullable for the status `200`
  - response property `items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 7 breaking
  - response property `items/content` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/externalSource` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/externalUrl` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/externalUserAvatar` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/externalUserName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2026-02-21** `4b8811b821e6` — 7 breaking, 6 info
  - the response property `items/content` became nullable for the status `200`
  - the response property `items/externalSource` became nullable for the status `200`
  - the response property `items/externalUrl` became nullable for the status `200`
  - the response property `items/externalUserAvatar` became nullable for the status `200`
  - the response property `items/externalUserName` became nullable for the status `200`
  - the response property `items/userId` became nullable for the status `200`
  - the `items/type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - response property `items/content` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalSource` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUrl` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUserAvatar` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/externalUserName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-01-11** `f6c7baa36924` — 1 breaking, 4 info
  - response property `items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the required property `items/externalSource` to the response with the `200` status
  - added the required property `items/externalUrl` to the response with the `200` status
  - added the required property `items/externalUserAvatar` to the response with the `200` status
  - added the required property `items/externalUserName` to the response with the `200` status
- **2025-12-14** `38f83a691e6a` — 1 breaking, 10 warning
  - the `items/type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `assignee_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `comment` enum value to the `items/type` response property for the response status `200`
  - added the new `create` enum value to the `items/type` response property for the response status `200`
  - added the new `description_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `due_date_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `priority_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `status_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `task` enum value to the `items/type` response property for the response status `200`
  - added the new `title_changed` enum value to the `items/type` response property for the response status `200`
  - added the new `unassigned` enum value to the `items/type` response property for the response status `200`
- **2025-12-11** `93b231773126` — 1 breaking, 6 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `items/content` to the response with the `200` status
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/id` to the response with the `200` status
  - added the required property `items/taskId` to the response with the `200` status
  - added the required property `items/type` to the response with the `200` status
  - added the required property `items/userId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/activity/:taskId/get.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/activity/:taskId/get)
