Skip to main content
GET
List campaign call attempts
Returns every call attempt for the campaign, joining the campaign call map with CDR data.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-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.
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.