# Pagination

## Cursor requests
`after` is the cursor from the previous response.

```text
GET /items?after=abc123
```

Omit `after` for the first page.

Source: selected GitBook page text; no request was executed.
