Skip to main content

List events

GET 

/call_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

Loading...