GET
/
v1
/
call-summaries
/
{callId}
curl --request GET \
  --url https://dev-public-api.openphone.dev/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.

Examples:

"AC3700e624eca547eb9f749a06f"

Response

200
application/json

Success

The response is of type object.