Skip to main content
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
integer
required

Response

Successful Response