Pagination

List endpoints in the InfluxDB Cloud Serverless API support pagination via query parameters. Use these parameters to page through large result sets.

Query parameterValue typeDescription
limitintegerMaximum number of records to return (default: 20).
offsetintegerNumber of records to skip before returning results.
afterstringReturn records created after the specified record ID.
descendingbooleanSort results in descending order.

List responses include pagination metadata (such as total count or links to the next page) to help navigate through result pages.


Was this page helpful?

Thank you for your feedback!