List Actions
transkribus_action_listList Transkribus actions with filters for collection, type, pagination, and more. Retrieve action history for analysis and auditing.
Instructions
List actions with optional filtering by collection, type, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | No | Filter by collection ID | |
| type | No | Filter by action type | |
| typeId | No | Filter by action type ID | |
| userid | No | Filter by user ID | |
| id | No | Filter by action ID | |
| pageId | No | Filter by page ID | |
| page | No | Filter by page number | |
| clientId | No | Filter by client ID | |
| start | No | Start timestamp | |
| end | No | End timestamp | |
| isDeleted | No | Include deleted actions | |
| mostRecentBy | No | Most recent by filter | |
| pagingWrapper | No | Use paging wrapper | |
| 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 |