---
title: "Get a list of campaigns"
method: GET
path: "/campaigns"
tags: ["Campaigns"]
---

# Get a list of campaigns

`GET /campaigns`

Retrieve history and status of all campaigns.

## Query parameters

- `limit` integer
- `offset` integer
- `order` 'asc' | 'desc'
- `status` integer[]
- `planed` boolean

## Response `200`

List of campaigns

- CampaignSummary[]
  - `id` integer
  - `name` string
  - `status` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/revisions/cd38f8c6a425/schema)
