---
title: "GET /guilds/{guild_id}/webhooks/"
method: GET
path: "/guilds/{guild_id}/webhooks/"
tags: ["guilds"]
---

# GET /guilds/{guild_id}/webhooks/

`GET /guilds/{guild_id}/webhooks/`

Returns a list of guild webhook objects. Requires the MANAGE_WEBHOOKS permission.

## Path parameters

- `guild_id` string, required

## Response `200`

- WebhookArray — unresolved $ref

## Changes

- **2026-07-15** `aedb0188895d` — 1 breaking
  - the response's body type changed from `array` to no type for status `200`
- **2026-07-01** `df450366996c` — 13 info
  - added the required property `items/application/owner_id` to the response with the `200` status
  - added the required property `items/channel/messages/items/application/owner_id` to the response with the `200` status
  - added the required property `items/guild/afk_channel/messages/items/application/owner_id` to the response with the `200` status
  - added the required property `items/guild/channels/items/messages/items/application/owner_id` to the response with the `200` status
  - …9 more
- **2026-06-30** `db6940245023` — 2 breaking, 17 info
  - the response property `items/guild/emojis/items/guild_id` became nullable for the status `200`
  - the response property `items/source_guild/emojis/items/guild_id` became nullable for the status `200`
  - added the required property `items/application/emojis` to the response with the `200` status
  - added the required property `items/channel/messages/items/application/emojis` to the response with the `200` status
  - …15 more
- …earlier changes not shown

[Full history](https://skmtc.dev/spacebarchat/apis/spacebar-server/changes/guilds/:guild_id/webhooks/get.md)

---

[API](https://skmtc.dev/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.dev/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/revisions/a15db2c050e7/schema)
