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 Records

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

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//cdrs?from=1765166137025&to=1765252537025&tz=Asia/Calcutta&page=1&limit=10' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json'
Response Response Example
{
    "data": [
        {
            "_id": "5b5c9678-4ed8-123f-fd94-020089741023",
            "created_at": "2025-12-08T12:57:56.166Z",
            "updated_at": "2025-12-08T12:58:53.184Z",
            "conversationId": "5b5c9678-4ed8-123f-fd94-020089741023",
            "data": {
                "callDuration": 0.93,
                "callStatus": "completed",
                "from": "82w3baeb0asdf-d435-11f0-8efa5-6de94ea649e1",
                "to": "f738a97ebasdf-d812-45d9-91s2c-c5098454cbeb",
                "actualDuration": 56,
                "direction": "inbound",
                "sip_status": 200,
                "sip_reason": "OK",
                "termination": "caller"
            }
        }
    ],
    "totalPages": 1,
    "totalRecords": 1,
    "currentPage": 1
}
Modified at 2026-01-29 06:20:52
Previous
Get Call Recording
Next
Get Call Transcript
Built with