Pagination

Plivo uses offset-based pagination to list resources.

For instance, if your search request has a result of 100 objects with limit = 10 and offset = 5, then objects with indices 51 through 60 are returned.

ParameterDescription
limit integerA limit on the number of results to be returned. limit can range between 1 and 20, default is 20.
offset integerA pagination cursor that denotes the number of objects by which the results should be offset.

All list responses are returned from the most recent to the oldest date. The data covers the last 90 days. If search boundaries are not provided, the default search window is 7 days.