List Document Collections (Paged)
transkribus_doc_list_collections_pagedFind which collections contain a specific document. Retrieve paginated results with optional sorting to manage large lists efficiently.
Instructions
List all collections a document belongs to 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 |