Skip to main content
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

Call details retrieved successfully.

id
string
status
string
start_time
string<date-time>
end_time
string<date-time>
participants
string[]
I