Retrieves detailed information about a specific call using its unique identifier.
cURL
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>" ] }
(Required) Your Ringg AI API key.
(Required) The unique identifier (UUID) of the call.
Call details retrieved successfully.
The response is of type object.
object