GetPipelineRun
Retrieve detailed information about a specific pipeline run in DataWorks using the unique identifier. Facilitates management and analysis of pipeline executions directly through Alibaba Cloud DataWorks.
Instructions
获取发布流程详细信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | Yes | 发布流程的唯一标识符 | |
ProjectId | No | DataWorks工作空间的ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "发布流程的唯一标识符",
"type": "string"
},
"ProjectId": {
"description": "DataWorks工作空间的ID"
}
},
"required": [
"Id"
],
"type": "object"
}