List Collection Labels
transkribus_coll_label_listList all labels for a collection by ID, with options to filter by deletion status, sort, and paginate results.
Instructions
List all labels associated with a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Start index (0-based) | |
| collId | Yes | Collection ID | |
| nValues | No | Number of results (-1 for all) | |
| isDeleted | No | Filter by deleted status (default "false") | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |