---
title: "Get webhook status"
method: GET
path: "/code-management/webhook-status"
tags: ["Code Management"]
---

# Get webhook status

`GET /code-management/webhook-status`

Checks if the repository webhook is active.

## Query parameters

- `organizationId` string, required
- `teamId` string, required
- `repositoryId` string, required

## Response `200`

- CodeManagementWebhookStatusResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` CodeManagementWebhookStatusDto, required
    - `active` boolean, required

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
