GET Get SMS Campaign Status​
Get the current sending status of an SMS campaign, including message statistics, sent count, and analytics. For working campaigns, this endpoint also performs housekeeping: resets stale processing messages, schedules recovery batch sends, and auto-archives completed campaigns. PRO (requires FluentCampaign Pro SMS module).
Required capability: fcrm_read_emails
Route exists only while the SMS module is enabled; the policy returns false otherwise.
Enforced by SMSPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro with the SMS module enabled. While SMS is switched off the route is not registered at all and returns a 404.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Path Parameters
SMS campaign ID.
Query Parameters
Poll counter used to trigger periodic cleanup of stale processing messages (runs every 4th request).
Responses​
Campaign status with message statistics.