Campaigns
Get Campaign Progress
Get real-time campaign execution progress.
GET
Get real-time progress and metrics for a campaign. Use this endpoint for dashboard displays and progress tracking.
For live updates without polling, use the Campaign Progress WebSocket instead.
Path Parameters
campaign_id(integer, required): The unique identifier of the campaign
Response
Response
Response Fields
Progress Object
Metrics Object
Recent Activity
Array of recent execution events (most recent first):Example Code
cURL
Python
JavaScript
Error Responses
Polling Recommendations
For real-time updates without polling overhead, use the WebSocket endpoint.