---
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` unknown, required
  - `userId` string, nullable, required
  - `content` string, nullable, required
  - `externalUserName` string, nullable, required
  - `externalUserAvatar` string, nullable, required
  - `externalSource` string, nullable, required
  - `externalUrl` string, nullable, required

## Changes

- **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
- **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`
  - …9 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/c45ef22a736c/schema)
