> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints/endpoint-options/pagination/link-header-pagination-method.md).

# Link header pagination method

## Overview

When a response to a request is received, the response contains a header which holds a URL for the next page of results.

## Link header options

| Option           | Summary                                                                                          |
| ---------------- | ------------------------------------------------------------------------------------------------ |
| Link header name | Enter a name for the header that will contain link information. A commonly used name is: `Link`. |

## When does pagination stop?

Pagination continues until the response does not contain a link header.
