Contacts and results
List campaign call attempts
Retrieve the per-attempt call log for a campaign, joining campaign call records with CDR data, using page and per_page pagination.
GET
List campaign call attempts
Authentication required
X-Auth-ID— your Vobiz account IDX-Auth-Token— your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in
X-Auth-ID.string
required
Your Vobiz account ID, for example
MA_XXXXXXXX.string
required
The campaign whose attempts you want to inspect.
integer
default:"1"
Page number. This endpoint uses 1-based paging, unlike the
offset style used elsewhere.integer
default:"20"
Results per page. Maximum
200.string
Filter attempts by status.
string
Searches both the
to and from numbers.Example
cURL
Campaign-side attempt data is returned even when the CDR service has no matching row yet, so a very recent attempt still appears. Save a returned
call_uuid to correlate the attempt with CDRs or with Call lookup.