v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve Conversation by TrackingId

Retrieve tracking information for conversation

get/voice/conversation/{conversationTrackingId}

Path parameters

conversationTrackingIdstring required

The tracking id of the conversation which includes the dialPlan.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

trackingIdstring
directionstring
fromstring
createdAtstring

Example response

{
  "trackingId": "c86f7bff-640d-44ca-b23e-8805768ed77a",
  "direction": "Outbound",
  "from": "Routee",
  "to": {
    "phone": "+306911111111"
  },
  "createdAt": "2017-06-12T07:58:58.703Z",
  "recordings": [
    {
      "trackingId": "a7977068-b23c-4370-bd62-40bc5cadd87c",
      "start": "2018-07-20T09:00:57Z",
      "end": "2018-07-20T09:01:07Z",
      "from": "+306911111111",
      "to": "+306922222222",
      "url": "connect.routee.net/recordings/my/downloads/a7977068-b23c-4370-bd62-40bc5cadd87c",
      "voiceTrackingIds": [
        "72776acb-470e-49d7-aa32-b5129ee21691"
      ],
      "conversationTrackingId": "8e877b47-312f-4d20-8711-78826058ec44",
      "duration": 10
    }
  ]
}