Kaneo Logo
External links

Get External Links By Task

Get all external links for a task

GET
/external-link/task/{taskId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

taskId*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/external-link/task/string"
[
  {
    "id": "string",
    "taskId": "string",
    "integrationId": "string",
    "resourceType": "string",
    "externalId": "string",
    "url": "string",
    "title": "string",
    "metadata": null,
    "createdAt": null,
    "updatedAt": null
  }
]