Count Actions
transkribus_action_countRetrieve the total number of actions, with options to filter by collection, type, user, or time range.
Instructions
Get the total count of actions, optionally filtered by collection or type.
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 |