@Vapi#3739 i am trying to retrieve my
# office-hours
y
@Vapi i am trying to retrieve my calls from vapi server using server sdk ,but I am facing difficulty understanding the pagination mechanism. Please, help me understand how does it work?
s
ccing: @Kings_big💫
k
Use the page and limit parameters for pagination. Make an initial request to page 1, check the totalItems in the response, and iterate through pages using the page parameter until all data is retrieved, based on the limit you set.
y
thanks for answer, but I don't see a page parameter. where is it?
k
The page parameter is included in the URL of GET requests to Vapi API endpoints that support pagination..