---
title: "Get campaigns"
method: GET
path: "/api/public/campaign"
tags: ["Campaigns"]
---

# Get campaigns

`GET /api/public/campaign`

Get campaigns for the user

## Query parameters

- `cursor` integer
- `limit` integer
- `title` string
- `status` 'pending' | 'scheduled' | 'sending' | 'sent' | 'paused'
- `stage` string
- `whatsapp_phone_id` integer
- `date` string, date-time
- `sort_by` 'created_at' | 'sent_at' | 'status'
- `sort_order` 'ASC' | 'DESC'

## Headers

- `x-api-key` string, required

## Response `200`

Campaigns retrieved successfully

## Other responses

- `401` — Unauthorized

---

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