---
title: "GET /v1/Conversations/{ConversationSid}/Webhooks"
method: GET
path: "/v1/Conversations/{ConversationSid}/Webhooks"
---

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

`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
  - `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
  - `webhooks` ConversationsV1ConversationConversationScopedWebhook[]
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
    - `configuration` unknown
    - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.
    - `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.
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `target` string, nullable — The target of this webhook: `webhook`, `studio`, `trigger`
    - `url` string, uri, nullable — An absolute API resource URL for this webhook.

---

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