Get Credit Transactions
transkribus_coll_credit_transactionsFetch credit transaction records for a specified collection using its ID. Supports pagination and sorting for detailed credit usage analysis.
Instructions
Get credit transaction records for a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Start index (0-based) | |
| collId | Yes | Collection ID | |
| nValues | No | Number of results (-1 for all) | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |