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

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

`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` unknown, required
  - `createdAt` unknown, required
  - `updatedAt` unknown, required

## Changes

- **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/75fa2e827d27/schema)
