List Document Pages
transkribus_doc_list_pagesFetch a paginated list of pages from a Transkribus document, with sorting and index-based slicing to retrieve page subsets.
Instructions
List pages in a document with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| id | Yes | Document ID | |
| index | No | Start index (0-based) | |
| nValues | No | Number of results (-1 for all) | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |