List Document Collections
transkribus_doc_list_collectionsRetrieve all collections that contain a specified document by providing collection ID and document ID.
Instructions
List all collections a document belongs to.
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 |