api.v0alpha.ListScheduledCallbacksWithDetailsReq(ListScheduledCallbacksWithDetailsReq)
ListScheduledCallbacksWithDetailsReq each of the following fields is applied as a filter phone_number, caller_id, or skills. The fields from_start_time and to_start_time need to be provided together.
{
"phone_number": "string",
"caller_id": "string",
"from_start_time": "2023-01-15T01:30:15.01Z",
"to_start_time": "2023-01-15T01:30:15.01Z",
"skills": [
"string"
]
}