List Actions
transkribus_action_listList Transkribus actions with filters for collection, type, user, and time range. Track processing activity and audit changes by retrieving paginated action records.
Instructions
List actions with optional filtering by collection, type, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by action ID | |
| end | No | End timestamp | |
| page | No | Filter by page number | |
| type | No | Filter by action type | |
| index | No | Start index (0-based) | |
| start | No | Start timestamp | |
| collId | No | Filter by collection ID | |
| pageId | No | Filter by page ID | |
| typeId | No | Filter by action type ID | |
| userid | No | Filter by user ID | |
| nValues | No | Number of results (-1 for all) | |
| clientId | No | Filter by client ID | |
| isDeleted | No | Include deleted actions | |
| sortColumn | No | Column to sort by | |
| mostRecentBy | No | Most recent by filter | |
| pagingWrapper | No | Use paging wrapper | |
| sortDirection | No | Sort direction: asc or desc |