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

# Retrieve a list of all webhooks scoped to the conversation

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

Retrieve a list of all webhooks scoped to the conversation

## Path parameters

- `ChatServiceSid` string, required
- `ConversationSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `webhooks` ConversationsV1ServiceServiceConversationServiceConversationScopedWebhook[]
    - `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.
    - `chat_service_sid` string, nullable — The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.
    - `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

---

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