cURL
curl --request GET \ --url http://localhost:2222/v1/messaging/sms/campaigns/{uuid}
{ "success": true, "message": "<string>", "data": { "campaignId": "<string>", "workspaceId": 123, "name": "<string>", "src": "<string>", "message": "<string>", "priority": "<string>", "status": "<string>", "totalRecipients": 123, "totalUnitsUsed": 123, "queued": 123, "sending": 123, "sent": 123, "delivered": 123, "failed": 123, "pagedMessages": { "page": 123, "size": 123, "totalElements": 123, "totalPages": 123, "content": [ { "uuid": "<string>", "dest": "<string>", "status": "<string>", "cost": 123, "segments": 123, "createdAt": "<string>" } ], "links": {} }, "createdAt": "<string>", "updatedAt": "<string>" } }
Retrieves a paginated report of all messages sent within a specific campaign.
OK
Show child attributes