---
title: "Get External Links By Task"
method: GET
path: "/external-link/task/{taskId}"
tags: ["External Links"]
---

# Get External Links By Task

`GET /external-link/task/{taskId}`

Get all external links for a task

## Path parameters

- `taskId` string, required

## Response `200`

External links for the task

- object[]
  - `id` string, required
  - `taskId` string, required
  - `integrationId` string, required
  - `resourceType` string, required
  - `externalId` string, required
  - `url` string, required
  - `title` string, nullable, required
  - `metadata` string, date-time, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-07-11** `32cece1ebe43` — 3 breaking
  - the `items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `items/metadata` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `items/updatedAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
- **2026-03-05** `c45ef22a736c` — 1 breaking, 1 info
  - the response property `items/title` became nullable for the status `200`
  - response property `items/title` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 1 breaking
  - response property `items/title` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 1 breaking, 1 info
  - the response property `items/title` became nullable for the status `200`
  - response property `items/title` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-01-11** `f6c7baa36924` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/external-link/task/: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)
