Skip to main content
GET
/
realtime
/
v1
/
call
/
{id}
Get Call
curl --request GET \
  --url https://realtime.govworx.net/realtime/v1/call/{id}
{
  "id": "<string>",
  "call_sid": "<string>",
  "call_status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "started_at": "2023-11-07T05:31:56Z",
  "summary": {
    "title": "<string>",
    "summary": "<string>",
    "nature": "<string>",
    "location": "<string>",
    "severity": "<string>",
    "hazards": "<string>",
    "timeSensitivity": "<string>",
    "callerInfo": "<string>",
    "suspectDetails": "<string>",
    "ancillaryServices": "<string>",
    "additionalRemarks": "<string>"
  },
  "call_socket": {
    "token": {
      "token": "<string>",
      "expires": 123,
      "issued": 123,
      "capability": "<string>",
      "clientId": "<string>"
    },
    "channel": "<string>"
  }
}

Path Parameters

id
string
required

Query Parameters

summary
boolean
default:false

Include call summary in the response

includeNotificationDetails
boolean
default:false

Include call notification socket details in the response

Response

Returns data for the specified call

id
string
call_sid
string
call_status
string
created_at
string<date-time>
started_at
string<date-time>
summary
object
call_socket
object