> For the complete documentation index, see [llms.txt](https://a-send.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://a-send.gitbook.io/api/api-reference/reference/undefined.md).

# 커서 기반 페이지네이션

목록 조회 API는 커서 기반 페이지네이션을 사용합니다.

* 첫 번째 요청 시 `cursor`를 생략하면 최신 데이터부터 반환됩니다.
* 응답의 `has_more`가 `true`이면 `next_cursor` 값을 다음 요청의 `cursor`에 전달합니다.
* `has_more`가 `false`이면 더 이상 데이터가 없습니다.
* 커서 값은 암호화된 문자열이며, 직접 생성하거나 수정할 수 없습니다.
