Skip to content
Get started

Call

Get call by ID
client.call.retrieve(stringid, RequestOptionsoptions?): CallRetrieveResponse { call }
GET/call/{id}
Place a call
client.call.create(CallCreateParams { phone_number, assistant, assistant_id, 6 more } body, RequestOptionsoptions?): CallCreateResponse { call }
POST/call
Get calls
client.call.list(CallListParams { page, page_size, statuses } query, RequestOptionsoptions?): CallListResponse { calls }
GET/call