List Document Collections (Paged)
transkribus_doc_list_collections_pagedRetrieve a paginated list of collections a specified document belongs to, with sorting and offset options.
Instructions
List all collections a document belongs to 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 |