List Documents in Collection (XML)
transkribus_coll_list_docs_xmlRetrieve all documents in a Transkribus collection as XML. Use collection ID and optional index, count, sorting, and deleted flags to control results.
Instructions
List all documents in a collection in XML format.
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 | Include deleted documents | false |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |