GoHighLevel Conversations API
Get Message Transcription
/conversations/locations/:locationId/messages/:messageId/transcriptionGET /conversations/locations/:locationId/messages/:messageId/transcription Get the recording transcription for a message by passing the message id It takes 2 path parameters, requires the conversations/message.readonly scope and authenticates with a sub-account (location) token.
Request and authentication
- Method
GET- Full URL
https://services.leadconnectorhq.com/conversations/locations/:locationId/messages/:messageId/transcription- Scopes
conversations/message.readonly- Token type
- Sub-account (location) token
- Accepted auth
- OAuth Access Token, Private Integration Token
- API version header
Version: 2021-07-28- Schema verified
- 22 June 2026
Path parameters
Substituted into the URL. Required by definition.
| Name | Type | Description |
|---|---|---|
locationIdrequired | string | Example: |
messageIdrequired | string | Example: |
Response fields
Top-level fields returned on a successful call.
| Name | Type | Description |
|---|---|---|
mediaChannelrequired | number | Media channel describes the user interaction channel Example: |
sentenceIndexrequired | number | Index of the sentence in the transcription Example: |
startTimerequired | number | Start time of the sentence in milliseconds Example: |
endTimerequired | number | End time of the sentence in milliseconds Example: |
transcriptrequired | string | Transcript of the sentence Example: |
confidencerequired | number | Confidence of the transcription Example: |
Example request
Copy-paste ready. Swap YOUR_TOKEN for your access token or Private Integration Token, and the sample IDs for your own.
curl -X GET 'https://services.leadconnectorhq.com/conversations/locations/tDtDnQdgm2LXpyiqYvZ6/messages/tDtDnQdgm2LXpyiqYvZ6/transcription' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Version: 2021-07-28'Skip the schema lookup
Hylo gives your AI agent this schema — and the other 52 documented here — without you looking anything up. Ask in plain English; it picks the endpoint, fills the body, and can run the call against your own sub-account.
More conversations endpoints
- Add An Inbound MessagePOST /conversations/messages/inbound
- Add An Outbound MessagePOST /conversations/messages/outbound
- Add Message AttachmentsPUT /conversations/messages/:messageId/attachments
- Complete File UploadPOST /conversations/messages/upload/complete
- Create ConversationPOST /conversations/
- Create Custom SubtypePOST /conversations/preferences/custom-subtypes
- All GoHighLevel Conversations endpointsCategory index
- GoHighLevel API referenceEvery category, webhooks, and OAuth scopes