Chris
10/17/2024, 12:22 AMVapi
10/17/2024, 12:25 AMVapi
10/17/2024, 12:25 AMChris
10/17/2024, 12:28 AMChris
10/17/2024, 12:52 AMVapi
10/17/2024, 12:52 AMChris
10/17/2024, 12:56 AMVapi
10/17/2024, 12:56 AMChris
10/17/2024, 12:56 AMVapi
10/17/2024, 12:56 AMChris
10/17/2024, 12:56 AMVapi
10/17/2024, 12:57 AMTim Clark
10/17/2024, 11:48 AMSahil
10/17/2024, 3:34 PMChris
10/17/2024, 11:09 PMMatthewgentiluomo
10/17/2024, 11:15 PMVapi
10/17/2024, 11:15 PM/api/v1/call-logs
. You'll also need to authenticate your request using your API key or token.
Here's a general outline of the steps you might follow:
1. **Authentication**: Ensure you have your API key or token ready, as you'll need to include this in the header of your API request for authentication.
2. **API Endpoint**: Find the specific API endpoint for retrieving call logs. This information should be available in the VAPI documentation.
3. **Pagination Parameters**: Since you're interested in accessing pages 2 and 3, you'll need to include pagination parameters in your request. These are often page
and per_page
or limit
and offset
.
4. **Making the Request**: Use a tool like curl
or a library in your programming language of choice to make the HTTP GET request to the API endpoint.
Here's an example of how you might use curl
to make the request:
bash
curl -X GET 'https://api.vapi.com/api/v1/call-logs?page=2&per_page=20' \
-H 'Authorization: Bearer YOUR_API_KEY_OR_TOKEN'
Replace https://api.vapi.com/api/v1/call-logs
with the actual API endpoint and YOUR_API_KEY_OR_TOKEN
with your actual API key or token.
5. **Handling the Response**: The API will return a response, typically in JSON format, containing the call logs for the requested page. You'll need to parse this response to view the call logs.
If you need the exact API endpoint, parameters, and how to handle authentication specifically for VAPI, please refer to the VAPI documentation or ask the support team for guidance.
Regarding the timeline for the fix, I don't have that information at the moment. Please ask support for more info on this. They should be able to provide an estimated timeline for when the issue will be resolved.Tim Clark
10/18/2024, 2:48 AMShubham Bajaj
10/18/2024, 11:28 AMTim Clark
10/19/2024, 8:05 AMTim Clark
10/20/2024, 9:59 PMChris
10/20/2024, 10:21 PMTim Clark
10/21/2024, 10:25 PMVapi
10/21/2024, 10:25 PMShubham Bajaj
10/22/2024, 3:01 PMShubham Bajaj
10/22/2024, 3:01 PMChris
10/23/2024, 2:03 AMdanthemktman
10/23/2024, 3:23 AMShubham Bajaj
10/23/2024, 12:37 PM