get_transaction_logs
Retrieve transaction log files and details for a specific message by specifying its ID and direction. Optionally filter by type, port, connector, workspace, and choose whether to include log content.
Instructions
Retrieve transaction details and log files for a specific message transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of the log file to filter by | |
| portId | No | The port ID | |
| direction | Yes | The direction of the transaction (required) | |
| messageId | Yes | The message ID (required) | |
| connectorId | No | The connector ID | |
| workspaceId | No | The workspace ID | |
| includeContent | No | Whether to return the content of the log file (True/False, default: False) |