List SMS campaigns
SMS
List SMS campaigns
GET /v1/sms/campaigns
GET
List SMS campaigns
Returns all SMS campaigns for your account, newest first. Each campaign includes computed delivery counts.
This is a summary view. Use Get SMS campaign for per-recipient details.
Request
Query parameters
| Parameter | Type | Notes |
|---|---|---|
limit | int | Default 25, max 100 |
offset | int | Pagination offset |
agent_id | string | Filter to one agent |
status | enum | draft, scheduled, running, done, failed |
Response
Campaign status values
| Status | Meaning |
|---|---|
draft | Created but not launched |
scheduled | Will launch at scheduled_at |
running | Currently sending |
done | All recipients processed |
failed | All recipients failed at submission |
Counts are computed live from per-recipient status. Same numbers appear in the dashboard, the list endpoint, and the get-one endpoint.