---
title: "Get all webhooks on a workspace"
method: GET
path: "/v1/workspaces/{workspaceId}/webhooks"
tags: ["Webhooks"]
---

# Get all webhooks on a workspace

`GET /v1/workspaces/{workspaceId}/webhooks`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Query parameters

- `type` 'USER_CREATED' | 'SYSTEM' | 'ADDON'

## Response `200`

OK

- WebhooksDtoV1
  - `webhooks` WebhookDtoV1[] — Represents a list of webhook objects for the workspace. — unresolved $ref
  - `workspaceWebhookCount` integer — Represents number of webhooks for the workspace.

## Changes

- **2026-08-20** `a5b636acbcd8` — 7 info
  - the `` response's property default value `` was added for the status `200`
  - the `authToken` response's property default value `` was added for the status `200`
  - the `id` response's property default value `` was added for the status `200`
  - the `name` response's property default value `` was added for the status `200`
  - …3 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/webhooks/get.md)

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
