Get Conference Call Detail Records by SID
This request returns data for a Conference call, targeted by secure ID.
get | /app/conference/calls/{call_sid} |
Sample
A sample GET request to get a call detail record related to the Conference call, targeted by secure ID:
curl -X GET \
'https://api.carrierx.com/core/v2/app/conference/calls/69057c3e-bb90-4ed3-9c53-000000001142' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'
Response
200
response code with a serialized copy of the Conference Call Detail Record object:
{
"address_dst": "\"15162065515\" <sip:15162065515@11.22.33.44>",
"address_src": "<sip:+17605692222@12.34.56.78",
"audio_key": null,
"bridge": "conference-bridge",
"call_sid": "69057c3e-bb90-4ed3-9c53-000000001142",
"custom_call_type": null,
"custom_name": null,
"date_disconnected": "2024-12-14T10:04:04.000Z",
"date_insert": "2024-12-14T11:01:03.195Z",
"date_join": "2024-12-14T10:03:30.000Z",
"date_start": "2024-12-14T10:03:14.000Z",
"date_stop": "2024-12-14T10:04:04.000Z",
"direction": "inbound",
"disconnect_cause": 16,
"disconnect_originator": "src",
"disconnect_reason": "Normal",
"duration": "50",
"duration_meeting": "34",
"endpoint_sid": "e3ddc435-7b07-4f3a-98d5-4fe9be107652",
"meeting_room_sid": "f752b4a5-b821-4322-a26f-db5cfbf014ab",
"meeting_sid": "69057c3e-bb90-4ed3-9c53-000000000392",
"node": "11.22.33.44",
"number_dst": "15162065515",
"number_src": "+17605692222",
"partner_sid": "cee93bf3-5746-43fe-a1a2-822c05fef687",
"role": "host",
"user_agent": "CX-IVS-SBC"
}
This request is enabled for Field Filtering.
Required Scopes
To get information about Conference Call Detail Record objects, the partner must have one of the following scopes enabled:
app.manage
app.read
To view information about Conference Call Detail Record objects for the inherited partner, the partner must additionally have the app.read_descendant
scope enabled.
Path Arguments
Parameter | Data Type | Description |
---|---|---|
call_sid required | string | The conference call secure ID. |