r7sh7
08/31/2024, 5:28 PMVapi
08/31/2024, 5:30 PMList Calls
API to retrieve a list of calls along with their details, and then for each call, you can use the Get Call
API to fetch specific information about the call, including duration, cost, and recordings.
To display transcripts, if the service supports transcription, you would typically need to access a separate endpoint or the recording's metadata where the transcript might be stored.
Here's a general approach to achieve this:
1. Use the List Calls
API to get an overview of recent calls.
2. For each call, use the Get Call
API to retrieve detailed information.
3. Extract the required data such as call minutes, cost, and recording URLs.
4. If available, fetch the transcript from the associated recording or transcript endpoint.
5. Display this data on your personal dashboard.
Would you like to proceed with fetching the list of calls to start with? If so, I can assist you with the API call.Vapi
08/31/2024, 5:30 PMKishore Kumar
08/31/2024, 5:47 PMChowderr
08/31/2024, 6:40 PMShubham Bajaj
09/01/2024, 6:50 AM/call
endpoint and manage rest the acoording to filters and organization id.r7sh7
09/01/2024, 1:16 PM