get_transform_errors
Retrieve transform map errors from import set processing to identify and troubleshoot failed data transformations in target CMDB tables.
Instructions
Get recent transform map errors from import set processing.
Transform maps control how staging table rows are mapped to target CMDB tables. This tool returns rows that failed during transformation, showing the error message and which source/target records were involved.
Args: target_table: Filter by target table name (e.g. cmdb_ci_server). Optional. days: How far back to search in days (1-365, default 7). limit: Maximum errors to return (1-1000, default 25). offset: Pagination offset. max_error_length: Truncate error_message fields longer than this (default 500). Set to 0 to return full messages. Truncated messages include an error_message_length field with the original character count.
Returns: JSON object with "count", "days_back", and "transform_errors" list containing sys_id, transform_map, target_table, error message, source and target records, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_table | No | ||
| days | No | ||
| limit | No | ||
| offset | No | ||
| max_error_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |