<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/RequestPagination",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:RequestPagination"
  },
  "title" : "RequestPagination"
}
-->

# RequestPagination

Pagination settings specific to reporting requests.

```
object RequestPagination
```

## Discussion

The `RequestPagination` controls which page of results is returned for a reporting request.

The `ResponsePagination` object on the report response returns the total number of available results. Use it to calculate how many additional pages exist and to determine the `offset` for subsequent requests when iterating through large result sets.

### Example

```json
{
  "offset": 0,
  "pageSize": 50
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)