Find Documents (Legacy)
transkribus_coll_find_documents_oldSearch documents in a collection by title, author, writer, or other criteria using the legacy endpoint to locate specific records.
Instructions
Search for documents using the legacy endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by ID | |
| descr | No | Filter by description | |
| docId | No | Filter by document ID | |
| index | No | Start index (0-based) | |
| title | No | Filter by document title | |
| author | No | Filter by author | |
| collId | No | Filter by collection ID | |
| writer | No | Filter by writer | |
| nValues | No | Number of results (-1 for all) | |
| exactMatch | No | Require exact match | |
| sortColumn | No | Column to sort by | |
| uploaderId | No | Filter by uploader ID | |
| caseSensitive | No | Case sensitive search | |
| sortDirection | No | Sort direction: asc or desc |