v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Calls

post/telephony/calls

Headers

x-api-keystring required

Request body

sort'ASC' | 'DESC'
sort_by'created_at' | 'updated_at'
limitnumber
pagenumber

Response

typestring
total_recordsinteger
total_pagesinteger
current_pageinteger

Example response

{
  "type": "success",
  "data": [
    {
      "call_uid": "9eeee33d-e883-43fc-b248-e43cf29b2127",
      "call_type": "INTERNAL",
      "direction": "INCOMING",
      "status": "COMPLETED",
      "from_number": "17473179643",
      "from": {
        "type": "user",
        "user": {
          "user_uid": "7c562eb0-f26c-4f07-8cba-11b67c8981dc",
          "agent_uid": "2f6f24b0-6586-4d5a-be79-30a12e170033",
          "user_name": "Sriram",
          "profile_picture": "https://s3.ap-south/profile_picture.jpg"
        }
      },
      "to": {
        "type": "user",
        "user": {
          "user_uid": "b26e2292-014a-40af-b009-ffdb0d5efd03",
          "agent_uid": "b09d8163-03ce-42e5-b923-97dd577a0cb5",
          "user_name": "John",
          "profile_picture": "https://s3.ap-south/profile_picture.jpg"
        }
      },
      "duration": 27,
      "call_recordings": [
        {
          "call_recording_uid": "9ec77f5c-656c-4b40-8733-407196ed4889",
          "recording_url": "https://s3.ap-south-1.amazonaws.com/d09d88b-2cb0-4902.mp3",
          "recording_duration": 7340,
          "recording_start_time": "2024-11-28T08:15:09.000Z",
          "recording_end_time": "2024-11-28T08:15:16.000Z",
          "created_at": "2024-11-28T08:15:26.000Z",
          "updated_at": "2024-11-28T08:15:26.000Z",
          "call_summary": {
            "status": "COMPLETED",
            "sentiment": "POSITIVE"
          }
        }
      ],
      "call_notes": [
        {
          "call_note_uid": "c56a91b3-4bd4-4d28-a431-d42026a472b3",
          "call_note": "This is a test call note",
          "created_at": "2024-12-19T10:18:39.000Z",
          "updated_at": "2024-12-19T10:18:39.000Z"
        }
      ],
      "call_modules": [
        {
          "call_module_uid": "ad7ee591-27dc-4bdf-982d-8bb76e7a2950",
          "module": "JOB",
          "module_uid": "e0ac1590-7824-11e8-8aa6-497f7c509174",
          "created_at": "2024-11-25T07:40:18.000Z",
          "updated_at": "2024-11-25T07:40:18.000Z",
          "name": "Commercial service 3"
        }
      ],
      "created_at": "2024-11-15T03:37:09.000Z",
      "updated_at": "2024-11-15T03:37:20.000Z"
    }
  ],
  "total_records": 67,
  "total_pages": 14,
  "current_page": 1
}