Debugging V1

Debugging operations

List events

Lists all events for a given call.

Note: input either a call_leg_id or a call_session_id. If a request has both, it will only filter by call_leg_id.

Request
query Parameters
call_leg_id
string

The unique identifier of an individual call leg.

call_session_id
string

The unique identifier of the call control session. A session may include multiple call leg events.

Responses
200

Successful response

422

Unprocessable entity

get/call_events
Request samples