---
title: Pagination
description: 'List endpoints in the InfluxDB Cloud API support pagination via query parameters. Use these parameters to page through large result sets. Query parameter Value type Description limit integer Maximum number of records to return (default: 20). offset integer Number of records to skip before returning results. after string Return records created after the specified record ID. descending boolean Sort results in descending order. List responses include pagination metadata (such as total count or link'
url: https://docs.influxdata.com/influxdb/cloud/api/pagination/
estimated_tokens: 449
product: InfluxDB Cloud (TSM)
version: cloud
---

[Download InfluxDB Cloud (TSM) API Spec](/openapi/influxdb-cloud-v2-api.yml)

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

| Query parameter | Value type | Description |
| --- | --- | --- |
| limit | integer | Maximum number of records to return (default: 20). |
| offset | integer | Number of records to skip before returning results. |
| after | string | Return records created after the specified record ID. |
| descending | boolean | Sort 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.
