---
title: "Retrieve all webhooks"
method: GET
path: "/webhooks"
---

# Retrieve all webhooks

`GET /webhooks`

Retrieves all webhooks for the authenticated user.

## Response `200`

An array of webhooks

- Webhook[]
  - `id` string, uuid
  - `callbackUrl` string
  - `events` string[] — List of events the webhook is subscribing to.
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `lastTriggeredAt` string, date-time

## Other responses

- `400` — Unexpected error

## Changes

- **2025-12-03** `8deefa349e1d` — 1 warning, 1 info
  - removed the optional property `items/createAt` from the response with the `200` status
  - added the optional property `items/createdAt` to the response with the `200` status

[Change history](https://skmtc.dev/argildotai/apis/argil-api/changes/webhooks/get.md)

---

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