---
title: "GetNotificationCampaigns"
method: GET
path: "/channel/{id}/notification-campaigns"
tags: ["Notifications"]
---

# GetNotificationCampaigns

`GET /channel/{id}/notification-campaigns`

Get Notification campaigns

## Path parameters

- `id` string, required

## Query parameters

- `offset` string
- `limit` string

## Response `200`

Success-Response:

- object
  - `notificationCampaigns` object[]
    - `_id` string
    - `name` string
    - `channel` string
    - `queuedAt` string
    - `sent` string
  - `count` string
  - `Object` object, required — <p>containing array and total count for notification campaigns corresponding to the channel</p>

---

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