---
title: "Retrieve a paginated list of Subscriptions belonging to the account used to make the request."
method: GET
path: "/v1/Subscriptions"
tags: ["EventsV1Subscription"]
---

# Retrieve a paginated list of Subscriptions belonging to the account used to make the request.

`GET /v1/Subscriptions`

Retrieve a paginated list of Subscriptions belonging to the account used to make the request.

## Query parameters

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

## Response `200`

OK

- object
  - `subscriptions` EventsV1Subscription[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Subscription.
    - `date_created` string, date-time, nullable — The date that this Subscription was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Subscription was updated, given in ISO 8601 format.
    - `description` string, nullable — A human readable description for the Subscription
    - `sink_sid` string, nullable — The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
    - `url` string, uri, nullable — The URL of this resource.
    - `links` object, nullable — Contains a dictionary of URL links to nested resources of this Subscription.
  - `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-05-13** (v1) `93f5579cff15` — 1 warning
  - removed the optional property `subscriptions/items/receive_events_from_subaccounts` from the response with the `200` status
- **2025-02-20** (v1) `fce0a330f5f8` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2025-01-28** (v1) `4fb55ff5671c` — 1 info
  - added the optional property `subscriptions/items/receive_events_from_subaccounts` to the response with the `200` status
- **2023-08-10** (v1) `9cb5de98bde3` — 1 info
  - api tag `EventsV1Subscription` added

[Change history](https://skmtc.dev/twilio/apis/events-v1/changes/v1/Subscriptions/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-service-production.skmtc.workers.dev/v1/apis/twilio/events-v1/revisions/140a58be411a/schema)
