---
title: "Get All Webhooks"
method: GET
path: "/hooks"
tags: ["Webhooks"]
---

# Get All Webhooks

`GET /hooks`

List all webhook subscriptions created with your API key.

## Response `200`

OK

- Webhook[]
  - `id` number, required — Webhook ID
  - `targetUrl` string, required
  - `events` string[], required
  - `project` string, nullable — You can receive events only for specific project
  - `active` boolean
  - `createdAt` string, required — Datetime when webhook was created (format: Y-m-d H:i:s)
  - `lastUsedAt` string, required — Datetime when webhook was last used (format: Y-m-d H:i:s)

## Other responses

- `401` — Unauthorized

---

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