Skip to content
Get started

Call

Get call by ID
call.retrieve(id) -> CallRetrieveResponse { call }
GET/call/{id}
Place a call
call.create(**kwargs) -> CallCreateResponse { call }
POST/call
Get calls
call.search(**kwargs) -> CallSearchResponse { calls, total_count }
POST/call/search
Export calls history
call.export(**kwargs) -> CallExportResponse { csv, filename }
POST/call/export
Pause a call
call.pause(id) -> CallPauseResponse { success }
POST/call/{id}/pause
Resume a paused call
call.resume(id) -> CallResumeResponse { success }
POST/call/{id}/resume
Cancel a call
call.cancel(id) -> CallCancelResponse { success }
POST/call/{id}/cancel
Get phone number history across the organization
call.phone_history() -> CallPhoneHistoryResponse { phone_history }
GET/calls/phone-history