---
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.
  - `createAt` string, date-time
  - `updatedAt` string, date-time
  - `lastTriggeredAt` string, date-time

## Other responses

- `400` — Unexpected error

---

[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/9346a335d8ce/schema)
