p
@Vapi can we get call details using api get call
v
@PM Certainly! To retrieve call details using the API, you would typically use a
GET
request to the appropriate endpoint. However, I would need to know the specific API endpoint or function you're referring to in order to provide you with the correct instructions or to call the function for you. If you can provide me with the endpoint or the name of the function, I can assist you further. If you're unsure, please ask support for more info on this.
p
i want to reterive all the call and its recording using api get call @Vapi
v
@PM To retrieve all calls and their recordings using an API, you would typically send a GET request to the API's call retrieval endpoint. This request would return a list of calls, and for each call, you could find a recording URL if recordings are available. However, to proceed with the actual API call, I would need the specific endpoint URL or the function name provided by the Voice API (VAPI) you are using. If you can provide me with that information, or if there's a specific function in the VAPI that you'd like me to call, I can certainly help you with that. If you're not sure about the details, you might need to refer to the API documentation or contact support for the Voice API you're using to get the exact endpoint or function to use for retrieving calls and recordings.
p
can you give me the endpoint through which i can get the call log @Vapi
v
@PM Please ask support for more info on this.
p
@Vapi can you mention your tech team on chat
v
@PM I'm here to assist you as much as I can, but I don't have the capability to directly mention or contact team members through this chat. If you need further assistance beyond what I can provide, I would recommend reaching out to the technical support team of the Voice API (VAPI) you're using. They should be able to provide you with the specific endpoints and assistance you need for retrieving call logs and recordings.
p
@Shubham Bajaj I want to make an api call to reterive log but also the call recoding how can i do that??
s
@PM make first api call to GET /call/:id to get call recording and then second to GET /log to get call logs.
p
ohk
2 Views