GetTopic
Retrieve detailed information about specific events in DataWorks using the event ID, enabling precise management and analysis via the DataWorks MCP Server.
Instructions
获取事件的详情
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| TopicId | No | 事件的ID |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "TopicId": { "description": "事件的ID" } }, "type": "object" }