List Collections for User
transkribus_coll_list_for_userList Transkribus collections accessible to a specific user by user ID, with filters for role, sorting, and excluding empty collections.
Instructions
List collections accessible to a specific user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by user role | |
| index | No | Start index (0-based) | |
| userid | Yes | User ID | |
| nValues | No | Number of results (-1 for all) | |
| sortColumn | No | Column to sort by | |
| excludeEmpty | No | Exclude empty collections | |
| sortDirection | No | Sort direction: asc or desc |