List Collections (Paged)
transkribus_coll_list_pagedList Transkribus collections with pagination. Specify start index, result count, sorting, and include empty collections to manage large sets efficiently.
Instructions
List collections with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| empty | No | Include empty collections (default false) | |
| 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 |