---
title: "GET /v1/webhook/configs"
method: GET
path: "/v1/webhook/configs"
tags: ["Webhook"]
---

# GET /v1/webhook/configs

`GET /v1/webhook/configs`

## Query parameters

- `page` integer
- `pageSize` integer
- `app` integer
- `keyword` string
- `status` integer
- `uids` string[]

## Response `200`

OK

- RabbitApiV1ListWebhookReply
  - `items` RabbitApiV1WebhookItem[]
    - `uid` string
    - `app` integer
    - `name` string
    - `url` string
    - `method` integer
    - `headers` object
    - `secret` string
    - `createdAt` string
    - `updatedAt` string
    - `status` integer
  - `total` string
  - `page` integer
  - `pageSize` integer

## Changes

- **2026-03-31** `d1aa2cfcb181` — 1 info
  - added the new optional `query` request parameter `uids`
- **2026-02-27** `e94a3eecf8db` — 1 warning
  - deleted the `query` request parameter `uids`

[Change history](https://skmtc.dev/aide-family/apis/untitled-api/changes/v1/webhook/configs/get.md)

---

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