GET
/
v1
/
call-summaries
/
{callId}
curl --request GET \
  --url https://api.openphone.com/v1/call-summaries/{callId}
{
  "data": {
    "callId": "ACea724hac8c30465bcbcff0b76e4c1c7b",
    "nextSteps": [
      "Bring an umbrella."
    ],
    "status": "completed",
    "summary": [
      "You talked about the weather."
    ]
  }
}

Path Parameters

callId
string
required

The unique identifier of the call associated with the summary.

Response

200
application/json
Success
data
object
required

The summary of call.