---
title: "Get webhook integration"
method: GET
path: "/generic-webhook-integration/project/{projectId}"
tags: ["Generic Webhook"]
---

# Get webhook integration

`GET /generic-webhook-integration/project/{projectId}`

Get the outgoing webhook integration for a project, or null when none is configured.

## Path parameters

- `projectId` string, required

## Response `200`

Webhook integration details, or null

- GenericWebhookIntegration, nullable
  - `id` string, required
  - `projectId` string, required
  - `webhookConfigured` boolean, required
  - `maskedWebhookUrl` string, nullable, required
  - `secretConfigured` boolean, required
  - `maskedSecret` string, nullable, required — A preview of the HMAC signing secret used to sign outgoing deliveries.
  - `events` GenericWebhookEvents, required
    - `taskCreated` boolean, required
    - `taskStatusChanged` boolean, required
    - `taskPriorityChanged` boolean, required
    - `taskTitleChanged` boolean, required
    - `taskDescriptionChanged` boolean, required
    - `taskCommentCreated` boolean, required
    - `taskDeleted` boolean, required
    - `taskMoved` boolean, required
    - `taskDueDateChanged` boolean, required
    - `taskAssigneeChanged` boolean, required
    - `taskUnassigned` boolean, required
    - `dueDateReminder` boolean, required
  - `dueDateReminderLeadTimeMinutes` number, required — How long before a due date the dueDateReminder event fires, in minutes.
  - `isActive` boolean, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Unknown project, or its workspace could not be determined
- `401` — Missing or invalid credentials
- `403` — No access to the project's workspace

## Changes

- **2026-08-24** `08bbb5bedb5d` — 7 breaking, 5 info
  - the response's body became nullable
  - removed the required property `events/taskCommentCreated` from the response with the `200` status
  - removed the required property `events/taskCreated` from the response with the `200` status
  - removed the required property `events/taskDescriptionChanged` from the response with the `200` status
  - …8 more
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/generic-webhook-integration/project/:projectId/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/9d1da42c10ce/schema)
