---
title: "Get Activities"
method: GET
path: "/activity/{taskId}"
tags: ["Activity"]
---

# Get Activities

`GET /activity/{taskId}`

Get all activities for a specific task

## Path parameters

- `taskId` string, required

## Response `200`

List of activities for the task

- object[]
  - `id` string, required
  - `taskId` string, required
  - `type` 'comment' | 'task' | 'status_changed' | 'priority_changed' | 'unassigned' | 'assignee_changed' | 'due_date_changed' | 'title_changed' | 'description_changed' | 'create', required
  - `createdAt` string, date-time, required
  - `userId` string, nullable, required
  - `content` string, nullable, required
  - `eventData` object, nullable, required
  - `externalUserName` string, nullable, required
  - `externalUserAvatar` string, nullable, required
  - `externalSource` string, nullable, required
  - `externalUrl` string, nullable, required

## Changes

- **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`
  - …8 more
- **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`
  - …3 more
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/activity/:taskId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/32cece1ebe43/schema)
