List Collection Labels
transkribus_coll_label_listRetrieve all labels associated with a specific collection by providing its collection ID. Supports sorting, pagination, and filtering by deleted status.
Instructions
List all labels associated with a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection 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 | |
| isDeleted | No | Filter by deleted status (default "false") |