---
title: Pagination
description: Pagination is supported for both the metrics and instances listing URLs.
component: pingdirectory
version: 9.3
page_id: pingdirectory:pingdatametrics_server_administration_guide:pd_met_pagination
canonical_url: https://docs.pingidentity.com/pingdirectory/9.3/pingdatametrics_server_administration_guide/pd_met_pagination.html
revdate: September 13, 2023
section_ids:
  query-parameters: Query parameters
  response-parameters: Response parameters
---

# Pagination

Pagination is supported for both the metrics and instances listing URLs.

## Query parameters

* `limit`

  Specifies the maximum number of results to return. The default is to return all results.

* `offset`

  Specifies how many results to skip for the first results to return.

## Response parameters

* `found`

  The number of results that satisfied the query parameters.

* `offset`

  The index into the total result set where the current response begins.
