Get history of completed, failed, and cancelled backfill operations
Output
Encoding
application/jsonoperations
array
Required
Historical backfill operations
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"operations"
],
"properties": {
"operations": {
"type": "array",
"items": {
"ref": "#backfillOperation",
"type": "ref"
},
"description": "Historical backfill operations"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get history of completed, failed, and cancelled backfill operations"
}