Backfills historical data for a specified workflow.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
xxljob-b6ec1xxxx |
| AppName |
string |
Yes |
The application name. |
test-app |
| WorkflowId |
integer |
Yes |
The workflow ID. |
10 |
| StartDate |
string |
Yes |
The start date of the backfill, in YYYY-MM-DD format. |
2025-11-01 |
| EndDate |
string |
Yes |
The end date of the backfill, in YYYY-MM-DD format. |
2025-11-03 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The unique ID generated for the request. |
5EF879D0-3B43-5AD1-9BF7-52418F9C5E73 |
| Code |
integer |
The HTTP status code. A value of |
200 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| Message |
string |
The error message returned if the request fails. |
Parameter error: content is null. |
Examples
Success response
JSON format
{
"RequestId": "5EF879D0-3B43-5AD1-9BF7-52418F9C5E73",
"Code": 200,
"Success": true,
"Message": "Parameter error: content is null."
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Parameter error: %s. | Parameter error: %s |
| 401 | IllegalRequest | IllegalRequest: %s. | Illegal request:%s |
| 500 | InternalError | InternalError: %s. | System Internal Error: %s |
| 403 | NoPermission | No permission to perform this operation: %s. | No permission to perform this operation: %s |
| 404 | NotFound | Not found: %s. | The resource does not exist: %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.