---
title: "Get Pub/Sub channels for an application"
method: GET
path: "/v3/channels/pubsub"
tags: ["Pub/Sub Notifications"]
---

# Get Pub/Sub channels for an application

`GET /v3/channels/pubsub`

Get the Pub/Sub channels for an application.

## Response `200`

Get Pub/Sub channel information

- object
  - `data` object[]
    - `id` string — A unique identifier for the Pub/Sub notification channel.
    - `description` string — A human-readable description of the Pub/Sub notification channel.
    - `trigger_types` string[] — The event that triggers the notification. See the [notification schemas](/docs/reference/notifications/) for details about each trigger type. See the [Grants](/docs/reference/api/manage-grants/), [Calendar](/docs/reference/api/calendar/), [Events](/docs/reference/api/events/), and [Messages](/docs/reference/api/messages/) references for information on how to trigger each event type.
    - `topic` string — The Google Pub/Sub topic that Nylas sends notifications to.
    - `status` 'active' | 'paused' | 'failing' | 'failed' — The status of the new destination.
    - `notification_email_addresses` string[] — The email addresses that Nylas notifies if delivery to the Pub/Sub channel fails.
    - `compressed_delivery` boolean — If `true`, Nylas compresses notification payloads using gzip before delivering them.
  - `request_id` string — The unique ID of the request that generated this response.

## Other responses

- `400` — Unable to get Pub/Sub channel information

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
