List Collections (Paged)
transkribus_coll_list_pagedList Transkribus collections with pagination. Set the start index, number of results, sort column and direction, and include empty collections as needed.
Instructions
List collections with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| empty | No | Include empty collections (default false) |