---
title: PageRequest
description: PageRequest contains pagination parameters for listing RPCs.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/page-request/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/page-request.md
---

# PageRequest

PageRequest contains pagination parameters for listing RPCs.

**Package:** `thru.common.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `page_size` | `uint32` | 1 · optional | Maximum number of items to return in a single response. |
| `page_token` | `string` | 2 · optional | Token identifying the position to resume from. |
| `order_by` | `string` | 3 · optional | Optional ordering specification in “field \[asc\|desc]” form. |
