ListCheckProcesses

Updated at: 2025-03-27 05:57

Queries the check results of extension point events.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ParameterTypeRequiredDescriptionExample
ProjectIdlongNo

The ID of the workspace.

123465
EventCodestringYes

Extension point event encoding.

commit-file
OperatorstringNo

The operator ID.

123333232
PageSizeintegerNo

The number of entries per page.

10
PageNumberintegerNo

The page number. Default value: 1.

1
StatusstringNo

The check status of the extension. Valid values:

  • CHECKING
  • PASSED
  • BLOCKED
True
MessageIdstringNo

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

ParameterTypeDescriptionExample
ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

0000-ABCD-EF****
PagingInfoobject

The pagination information.

PageNumberinteger

The page number.

1
PageSizeinteger

The number of entries displayed on each page.

10
TotalCountinteger

The total number of entries returned.

12
CheckProcessesarray<object>

The check details of the extension.

CheckProcessesobject
ProjectIdlong

The ID of the DataWorks workspace.

32563
Statusstring

The status of the extender check.

  • CHECKING CHECKING
  • PASSED the pass check
  • BLOCKED check failed
CHECKING
EventCodestring

Extension point event encoding.

commit-file
EventNamestring

The name of the extension point event.

DnsEvent
EventNameEnstring

The English name of the event.

Pre-event for Node Commit
ProcessNamestring

The name of the check object, such as the file name or node name.

odps_sql_test
MessageIdstring

DataWorks the message ID of the open message. After an extended point event is triggered, you can obtain the message ID from the received event message.

b824a5de-4223-4315-af3e-c4449d236db4
ProcessIdstring

The ID of the process instance.

rdk_generate_d395da25-b0d3-4114-b2a5-d0247444a661_none_3496903_365203
Operatorstring

The operator ID.

297635

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
Change timeSummary of changesOperation
2025-01-23The request parameters of the API has changedView Change Details
  • On this page (1)
  • Debugging
  • Authorization information
  • Request parameters
  • Response parameters
  • Examples
  • Error codes
  • Change history
Feedback