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