All Products
Search
Document Center

DataWorks:GetRerunWorkflowInstancesResult

Last Updated:Jan 12, 2026

Query the result of asynchronous workflow instance reruns.

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
OperationIdstringYes

The operation ID used to asynchronously query the result of the workflow instance rerun. This value is obtained from the RerunWorkflowInstances operation.

e15ad21c-b0e9-4792-8f55-b037xxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID, used for log tracing and troubleshooting.

22C97E95-F023-56B5-8852-B1A77A17XXXX
Resultobject

The result of the workflow instance rerun.

Statusstring

The status. NotRun Success Failure

Success
FailureMessagestring

The failure message. Returned if the rerun fails.

Invalid Param xxx

Examples

Sample success responses

JSONformat

{
  "RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
  "Result": {
    "Status": "Success",
    "FailureMessage": "Invalid Param xxx\n"
  }
}

Error codes

HTTP status codeError codeError message
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

For a list of error codes, visit the Service error codes.