List Actions
transkribus_action_listRetrieve and filter actions by collection, type, user, or timestamp for detailed activity tracking in Transkribus.
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 |