v2

latestOpenAPI 3.1.02026-08-01132728.8 KB
calls

Get Call

Retrieve a call by its ID.

  • media_url is a presigned URL that expires in 24 hours
get/v1/calls/{call_id}

Path parameters

call_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

idstring required
titlestring required
start_timestring date-time required
durationinteger nullable
summarystring nullable
url_linkstring nullable
crm_deal_idstring nullable

Example response

{
  "id": "5eb7cf5a86d9755df3a6c593",
  "tags": [
    {
      "id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}