List My Documents
transkribus_user_list_my_docsList documents owned by the current user with pagination and filters. Retrieve user documents sorted by columns, with optional collection filter.
Instructions
List documents owned by the current user with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| collId | No | Filter by collection ID | |
| getAllDocsIfAdmin | No | Get all docs if admin | |
| filter | No | Filter string | |
| isDeleted | No | Include deleted documents | |
| caseSensitive | No | Case sensitive filter | |
| setColls | No | Set collection info on results | |
| isStray | No | Filter stray documents |