Query Parameters
status(string, optional): Filter by campaign status (draft,scheduled,running,paused,completed,cancelled,failed)campaign_type(string, optional): Filter by type (call,sms,mixed)assistant_id(integer, optional): Filter by assistant IDsearch(string, optional): Search by campaign name or descriptionpage(integer, optional, default: 1): Page number for paginationper_page(integer, optional, default: 50, max: 1000): Number of results per page
Response
Returns a paginated list of campaigns with basic metrics.Response
Example Request
cURL
Python
JavaScript