campaigns
List active campaigns assigned to the current user
Retrieves campaigns that are currently running and assigned to the authenticated user (the API key owner). This is a filtered view designed for agents — it returns only the campaigns the user is expected to work on, with their contact queue and progress. Results are paginated.
Permission: No specific permission required. A valid API key is sufficient.
get/campaigns/call/user
Query parameters
limit_countinteger
Maximum number of results to return per page. Default: server-defined.
limit_offsetinteger
Number of results to skip for pagination. Default: 0.
Response
Successful operation
Example response
{
"team_id": 123123,
"user_id": 234234,
"limit_count_setted": 1,
"campaign_calllist_list": [
{
"campaign_calllist_uuid": "b55f949b-c49b-4354-b10a-c8c4cdbd8690",
"team_id": 123123,
"user_id": 234234,
"name": "My campaign CALL List",
"fifo_left_to_call": 8,
"update_date": "2018-08-12T12:12:40.53Z",
"creation_date": "2018-08-12T12:12:40.53Z",
"deletion_date": "2018-08-12T12:12:40.53Z",
"max_retry": 3,
"retry_time": 200,
"ivr_id": 200,
"start_date": "2018-08-12T12:12:40.53Z",
"campaign_count_numbers": 50,
"campaign_count_active_numbers": 10,
"campaign_count_users": 5,
"campaign_count_groups": 7,
"stop_reason": "no more numbers to call",
"script": {
"script_uuid": "1a7a5639-3818-4b0e-9285-f6b3795f8db4",
"generic_uuid": "1a7a5639-3818-4b0e-9285-f6b3795f8db4",
"name": "My script",
"is_enabled": true
}
}
],
"campaign_calllist_list_count": 1
}