Circuit Test
List
Retrieve a paginated list of Circuit Test records. Supports filtering, sorting, and search.
get/api/cp/circuit-test
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"provider_id": 1,
"card_id": 1,
"dt": "2025-01-17T10:30:00Z",
"callid_a": "example_callid_a",
"callid_b": "example_callid_b",
"fas": 1,
"fas_type": "example_fas_type",
"dest_number": "example_dest_number",
"in_mos": 1.5,
"in_dtmf": "example_in_dtmf",
"in_cli": "example_in_cli",
"in_codec": "example_in_codec",
"in_audio_engagement_delay": 1.5,
"out_mos": 1.5,
"out_dtmf": "example_out_dtmf",
"out_cli": "example_out_cli",
"out_codec": "example_out_codec",
"out_audio_engagement_delay": 1.5,
"cli": 1.5,
"mos": 1.5,
"delay100": 1.5,
"delay180": 1.5,
"delay183": 1.5,
"delay_audio": 1.5,
"codec": "example_codec",
"release": "example_release",
"release_status": "example_release_status",
"answer_diff": 123,
"release_diff": 123
}
]