Queries the check results of extension point events.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | long | No | The ID of the workspace. | 123465 |
EventCode | string | Yes | Extension point event encoding. | commit-file |
Operator | string | No | The operator ID. | 123333232 |
PageSize | integer | No | The number of entries per page. | 10 |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
Status | string | No | The check status of the extension. Valid values:
| True |
MessageId | string | No | The message ID in DataWorks OpenEvent. You can obtain the ID from a received message when an extension point event is triggered. | 03400b03-b721-4c34-8727-2****1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0000-ABCD-EF****",
"PagingInfo": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 12,
"CheckProcesses": [
{
"ProjectId": 32563,
"Status": "CHECKING",
"EventCode": "commit-file",
"EventName": "DnsEvent",
"EventNameEn": "Pre-event for Node Commit",
"ProcessName": "odps_sql_test",
"MessageId": "b824a5de-4223-4315-af3e-c4449d236db4",
"ProcessId": "rdk_generate_d395da25-b0d3-4114-b2a5-d0247444a661_none_3496903_365203",
"Operator": "297635"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
Change time | Summary of changes | Operation |
---|---|---|
2025-01-23 | The request parameters of the API has changed | View Change Details |