---
title: "Retrieve a list of all webhooks scoped to the conversation"
method: GET
path: "/v1/Conversations/{ConversationSid}/Webhooks"
tags: ["ConversationsV1Webhook"]
---

# Retrieve a list of all webhooks scoped to the conversation

`GET /v1/Conversations/{ConversationSid}/Webhooks`

Retrieve a list of all webhooks scoped to the conversation

## Path parameters

- `ConversationSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `webhooks` ConversationsV1ConversationConversationScopedWebhook[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
    - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.
    - `target` string, nullable — The target of this webhook: `webhook`, `studio`, `trigger`
    - `url` string, uri, nullable — An absolute API resource URL for this webhook.
    - `configuration` unknown
    - `date_created` string, date-time, nullable — The date that this resource was created.
    - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-07-03** (v1) `92d1169c37c2` — 1 breaking
  - the `webhooks/items/configuration` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-06-12** (v1) `9e5a9439b5b3` — 1 breaking
  - for the `query` request parameter `PageSize`, the max was decreased from `1000.00` to `5.00`
- **2025-03-11** (v1) `b4d0e634cd69` — 1 breaking
  - the `webhooks/items/configuration` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `2cf60eb95eb9` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2023-08-10** (v1) `4e3f150aaa78` — 1 info
  - api tag `ConversationsV1Webhook` added

[Change history](https://skmtc.dev/twilio/apis/conversations-v1/changes/v1/Conversations/:ConversationSid/Webhooks/get.md)

---

[API](https://skmtc.dev/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.dev/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/conversations-v1/revisions/6a37056c7727/schema)
