# Get information about a call You can retrieve information about an ongoing or completed call using a call ID. You can find the call ID of an ongoing call by viewing the response object from a callout request. You can find the call ID of a completed call by looking at your call logs in your Sinch Dashboard. Note: You can only use this method for calls that terminate to PSTN or SIP networks from an In-app call. Endpoint: GET /calling/v1/calls/id/{callId} Version: 1.0.1 Security: Basic, Signed ## Path parameters: - `callId` (string, required) The unique identifier of the call. This value is generated by the system. Example: "4398599d1ba84ef3bde0a82dfb61abed" ## Response 200 fields (application/json): - `from` (any) - `to` (any) - `domain` (string) Must be for PSTN. Enum: "pstn" - `callId` (string) The unique identifier of the call. - `duration` (integer) The duration of the call in seconds. - `status` (string) The status of the call. Either or Enum: "ONGOING", "FINAL" - `result` (string) Contains the result of a call. Enum: "N/A", "ANSWERED", "BUSY", "NOANSWER", "FAILED" - `reason` (string) Contains the reason why a call ended. Enum: "N/A", "TIMEOUT", "CALLERHANGUP", "CALLEEHANGUP", "BLOCKED", "NOCREDITPARTNER", "MANAGERHANGUP", "CANCEL", "GENERALERROR", "INVALIDSVAMLACTION" - `timestamp` (string) The date and time of the call. - `custom` (string) A string that can be used to pass custom information related to the call. - `userRate` (object) - `userRate.currencyId` (string,null) - `userRate.amount` (number) - `debit` (object)