Call Recordings


GEThttps://api.voxo.co/call-reports

Get Call Recordings Records

Parameters

Query
  • Name
    recordType*
    Type
    Description
  • Name
    start*
    Type
    Description
  • Name
    end*
    Type
    Description
  • Name
    tenantId*
    Type
    Integer
    Description
Header
  • Name
    Authorization*
    Type
    String
    Description

    Bearer {AccessToken}

  • Name
    Content-Type
    Type
    Description

    application/json

Response

    [
        {
            "id": "2d275d62-706c-42d2-a4d4-e4ef53d83974",
            "time": "10/10/22 23:07:20",
            "callerIdNumber": "5555555555",
            "callerIdName": "BILL CLINTON",
            "dialedNum": "5555555555",
            "direction": "IN",
            "disposition": "ANSWERED",
            "duration": 4,
            "percentJitter": 0,
            "packetLoss": 0,
            "qos": 0,
            "uniqueId": "atl-ast2-1665457640.1430167",
            "prevUniqueId": "",
            "whoAnswered": "",
            "recorded": 1,
            "queueCall": 0,
            "ocn": "8911",
            "ani": "5555555555",
            "lata": "826",
            "city": "KINGSTON",
            "rateCenter": "KINGSTON",
            "state": "JM",
            "jurisdiction": "INTERSTATE",
            "local": 0,
            "lec": "JAMAICA TELEPHONE CO.",
            "lecType": "CLEC",
            "spid": null,
            "isTollFree": null,
            "nextUniqueId": "",
            "isInternational": null,
            "presented": 1,
            "mos": 0,
            "callOutcome": "",
            "afterAnswerDuration": 4,
            "outgoingCidNum": null,
            "billingId": null,
            "partnerId": null,
            "geolocation": null
        },
        {
            "id": "ae8a5f62-7bd3-46a0-84d6-a3d46b35c886",
            "time": "10/10/22 19:49:16",
            "callerIdNumber": "5555555555",
            "callerIdName": "FRED DURST",
            "dialedNum": "5555555555",
            "direction": "IN",
            "disposition": "NO ANSWER",
            "duration": 3,
            "percentJitter": 0,
            "packetLoss": 0,
            "qos": 1,
            "uniqueId": "atl-ast2-1665445756.1422469",
            "prevUniqueId": "",
            "whoAnswered": "",
            "recorded": 1,
            "queueCall": 0,
            "ocn": null,
            "ani": null,
            "lata": null,
            "city": null,
            "rateCenter": null,
            "state": null,
            "jurisdiction": null,
            "local": null,
            "lec": null,
            "lecType": null,
            "spid": null,
            "isTollFree": null,
            "nextUniqueId": "",
            "isInternational": null,
            "presented": 0,
            "mos": 4.4,
            "callOutcome": "",
            "afterAnswerDuration": 0,
            "outgoingCidNum": null,
            "billingId": null,
            "partnerId": null,
            "geolocation": null
        },
    ]

Bearer

application/json

cURL

curl --location -g \
--request GET 'https://api.voxo.com/call-reports?recordType=recordings&start=2021-08-13 00:00:00&end=2021-08-14 00:00:00&tenantId=37' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {accessToken}'

GEThttps://api.voxo.co/call-recordings/{recording_unique_id}

Get Call Recording Audio

Returns URL to Call Recording

Allow fetching of temporary URL to call recording

Parameters

Path
  • Name
    uniqueId*
    Type
    Description

    atl-ast2-XXXX.XXX

Query
  • Name
    tenantId*
    Type
    Integer
    Description

    12345

  • Name
    start*
    Type
    Description
Header
  • Name
    Authorization*
    Type
    String
    Description

    Bearer {AccessToken}

  • Name
    Content-Type
    Type
    Description

    application/json

Response

    {
    "uri": "https://global-recordings.s3.amazonaws.com/demo/2021/08/13/19/atl-ast2-XXXXXX.mp3?AWSAccessKeyId=AKIAJ6AZSMGK4FVBK4BQ&Expires=1629121111&Signature=9o2P1B0rm%2BqmRRTqJXEuAv6%2BUt0%3D"
    }

cURL

curl --location -g \
--request GET 'https://api.voxo.co/call-recordings/atl-ast2-1628901419.8373?tenantId=14234545341&start=2021-08-13%2019:36:59' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {accessToken}'