GET
/
calling
/
call-details
Get Call Details
curl --request GET \
  --url https://prod-api.ringg.ai/ca/api/v0/calling/call-details \
  --header 'X-API-KEY: <x-api-key>'
{
  "id": "<string>",
  "status": "<string>",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "participants": [
    "<string>"
  ]
}

Headers

X-API-KEY
string
required

(Required) Your Ringg AI API key.

Query Parameters

id
string
required

(Required) The unique identifier (UUID) of the call.

Response

200
application/json

Call details retrieved successfully.

The response is of type object.