Count Actions
transkribus_action_countCount Transkribus actions by applying optional filters for collection, type, user, page, or timestamp to track activity and audit usage.
Instructions
Get the total count of actions, optionally filtered by collection or type.
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 | |
| 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 | |
| clientId | No | Filter by client ID | |
| isDeleted | No | Include deleted actions | |
| mostRecentBy | No | Most recent by filter |