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."
    ],
    "jobs": [
      {
        "icon": "<string>",
        "name": "<string>",
        "result": {
          "data": [
            {
              "name": "<string>",
              "value": "<string>"
            }
          ]
        }
      }
    ]
  }
}

Path Parameters

callId
string
required

The unique identifier of the call associated with the summary.

Example:

"AC3700e624eca547eb9f749a06f"

Response

200
application/json
Success
data
object
required