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

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

`GET /v1/Sinks`

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

## Query parameters

- `InUse` boolean
- `Status` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `sinks` EventsV1Sink[]
    - `date_created` string, date-time, nullable — The date that this Sink was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Sink was updated, given in ISO 8601 format.
    - `description` string, nullable — A human readable description for the Sink
    - `sid` string, nullable — A 34 character string that uniquely identifies this Sink.
    - `sink_configuration` unknown
    - `sink_type` 'kinesis' | 'webhook' | 'segment' | 'email' — The Sink type. Can only be "kinesis" or "webhook" currently.
    - `status` 'initialized' | 'validating' | 'active' | 'failed' — The Status of this Sink. One of `initialized`, `validating`, `active` or `failed`.
    - `url` string, uri, nullable — The URL of this resource.
    - `links` object, nullable — Contains a dictionary of URL links to nested resources of this Sink.
  - `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) `2bc57338abc5` — 1 breaking
  - the `sinks/items/sink_configuration` response's property type changed from `object` to no type for status `200`
- **2025-03-11** (v1) `2ad3c7d7e22b` — 1 breaking, 1 warning
  - the `sinks/items/sink_configuration` response's property type changed from no type to `object` for status `200`
  - added the new `email` enum value to the `sinks/items/sink_type` response property for the response status `200`
- **2025-02-20** (v1) `fce0a330f5f8` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v1) `9cb5de98bde3` — 1 info
  - api tag `EventsV1Sink` added

[Change history](https://skmtc.dev/twilio/apis/events-v1/changes/v1/Sinks/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)
