---
title: "Get list of webhook instances"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get list of webhook instances

`GET /webhooks`

Returns a list of webhook instances (active/inactive) for your account

## Query parameters

- `status` 'active' | 'inactive'

## Response `200`

Successful Response

- WebhookInstanceGetItem[]
  - `webhookid` string, uuid, required
  - `accountid` string, uuid, required
  - `createdby` string, uuid, nullable
  - `createdon` string, date-time, required
  - `event` string, required
  - `url` string, required
  - `status` 'active' | 'inactive', required
  - `integrationid` integer, nullable

## Other responses

- `422` — Validation Error

---

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