---
title: "GET /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents"
method: GET
path: "/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents"
tags: ["EventsV1SubscribedEvent"]
---

# GET /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents

`GET /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents`

Retrieve a list of all Subscribed Event types for a Subscription.

## Path parameters

- `SubscriptionSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `types` EventsV1SubscriptionSubscribedEvent[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `type` string, nullable — Type of event being subscribed to.
    - `schema_version` integer, nullable — The schema version that the Subscription should use.
    - `subscription_sid` string, nullable — The unique SID identifier of the Subscription.
    - `url` string, uri, nullable — The URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **2023-08-10** (v1) `9cb5de98bde3` — 1 info
  - api tag `EventsV1SubscribedEvent` added

[Change history](https://skmtc.dev/twilio/apis/events-v1/changes/v1/Subscriptions/:SubscriptionSid/SubscribedEvents/get.md)

---

[API](https://skmtc.dev/twilio/apis/events-v1.md) · [All operations](https://skmtc.dev/twilio/apis/events-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/events-v1/revisions/80eab4ed57db?raw)
