get-board-content-logs
Retrieve detailed content change logs for board items within an organization, filtered by date range, board IDs, or user emails. Supports pagination and custom sorting for enterprise-level tracking and analysis.
Instructions
Retrieves content change logs of board items (Enterprise only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardIds | No | List of board IDs to filter by | |
cursor | No | Cursor for pagination | |
emails | No | List of user emails to filter by | |
from | Yes | Start date for filtering (ISO 8601 format) | |
limit | No | Maximum number of results to return | |
orgId | Yes | Unique identifier of the organization | |
sorting | No | Sort order for results | |
to | Yes | End date for filtering (ISO 8601 format) |