List Labels
transkribus_label_listRetrieve a list of labels with optional filters such as ID, type, collection, or user. Supports pagination and sorting.
Instructions
List all labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by label ID | |
| type | No | Filter by label type | |
| index | No | Start index (0-based) | |
| collId | No | Filter by collection ID | |
| userid | No | Filter by user ID | |
| labelId | No | Filter by label ID (alias) | |
| nValues | No | Number of results (-1 for all) | |
| assignedby | No | Filter by assigner user ID | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |