Dialgood
  1. DG
Dialgood
  • DG
    • Place Outbound Call
      POST
    • Message Announcement
      POST
    • Clear Outbound Call Queue
      DELETE
    • Get Agents
      GET
    • Get Call Recording
      GET
    • Get Call Records
      GET
    • Get Call Transcript
      GET
    • Place Outbound Call Copy
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • outbound body
  1. DG

Get Call Transcript

GET
https://api.dialgood.com/external/v1/{agentId}/conversations

Request

Authorization
Add parameter in header
api_token
Example:
api_token: ********************
Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.dialgood.com/external/v1//conversations?convoId=10' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'
Response Response Example
{
    "call_sid": "0a41bbbb-ce2b-4e1d-8f8c-307fa664eecb",
    "messages": [
        {
            "role": "assistant",
            "content": "Thanks for calling ABC - how can I help you today?"
        },
        {
            "role": "user",
            "content": "hey just looking to place a catering order"
        }
    ],
    "timestamp": "2025-12-08T12:58:48.483Z",
    "entities": {
        "eventDate": "next month on the fifteenth",
        "guestCount": "30 to 40"
    }
}
Modified at 2026-01-29 06:20:52
Previous
Get Call Records
Next
Place Outbound Call Copy
Built with