Dialgood
    • DG
      • Call Control
        • Mute an active call
        • Unmute an active call
        • Clear Outbound Call Queue
        • Message Announcement
      • Live Status
        • Get transcript and transcript entries for a campaign
        • Get normalized call status and CDR details for a campaign
      • Voices
        • List available voices with optional filters and pagination
      • Calls
        • Place Outbound Call
        • Get Live Call Transcript
        • Get Call Transcript
        • Get Call Records
        • Get Call Recording
      • Agents
        • Get Agents
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag
      • outbound body
      • ErrorResponse
      • ProxyControlRequestBody
      • ProxyControlResponse
      • LiveTranscriptEntry
      • LiveTranscriptResponse
      • CdrStatusResponse
      • VoiceLabels
      • Voice
      • VoicesPaginatedResponse

    CdrStatusResponse

    {
        "campaignId": "string",
        "conversationId": "string",
        "callId": "string",
        "status": "completed",
        "rawStatus": "string",
        "callDuration": 0,
        "actualDuration": 0,
        "direction": "outbound",
        "from": "string",
        "to": "string",
        "sip_status": "string",
        "sip_reason": "string",
        "timestamp": "2019-08-24T14:15:22.123Z",
        "data": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with