---
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

---

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