> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PaginationLinks interface reference

> Reference for the PaginationLinks interface returned alongside SDK list responses, containing next, previous, first, and last page navigation URLs.

# Interface: PaginationLinks

Pagination links returned by Terminal49 list endpoints.

## Properties

| Property                               | Type     |
| -------------------------------------- | -------- |
| <a id="property-current" /> `current?` | `string` |
| <a id="property-first" /> `first?`     | `string` |
| <a id="property-last" /> `last?`       | `string` |
| <a id="property-next" /> `next?`       | `string` |
| <a id="property-prev" /> `prev?`       | `string` |
| <a id="property-self" /> `self?`       | `string` |
