Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/content/api/concepts/pagination/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This section explains how pagination works with HTTP (REST) APIs. For other APIs
1. `limit`: The number of objects returned per page (at a time).
2. `page`: The number of the page. A value of `0` is interpreted as the first page.

{{< note "If the request does not set a `limit` value, the default limit set for the RPC is used." />}}

In the following example, there are 10 gateways accessible by the `admin` user in a {{% tts %}} cluster.

Let's list these gateways with a limit of 2 per page.
Expand Down
Loading