curl --request GET \
--url https://api.hubapi.com/crm/extensions/calling/2026-03/transcripts/{transcriptId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"engagementId": 123,
"id": "<string>",
"transcriptSource": "HUBSPOT_GENERATED",
"transcriptUtterances": [
{
"endTimeMillis": 123,
"id": "<string>",
"startTimeMillis": 123,
"text": "<string>",
"languageCode": "<string>",
"speaker": {
"id": "<string>",
"name": "<string>",
"email": "<string>"
}
}
],
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.hubapi.com/crm/extensions/calling/2026-03/transcripts/{transcriptId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"engagementId": 123,
"id": "<string>",
"transcriptSource": "HUBSPOT_GENERATED",
"transcriptUtterances": [
{
"endTimeMillis": 123,
"id": "<string>",
"startTimeMillis": 123,
"text": "<string>",
"languageCode": "<string>",
"speaker": {
"id": "<string>",
"name": "<string>",
"email": "<string>"
}
}
],
"updatedAt": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Was this page helpful?