{
"dataProcessorQuery": {
"id": "<string>",
"status": "RECEIVED",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"stepState": "INITIAL_STATE",
"destinationChainId": "<string>",
"tasks": [
{
"resultSerialized": "<string>",
"aggregateFn": "avg",
"datalakeHash": "<string>",
"taskHash": "<string>",
"operator": "none",
"valueToCompare": "<string>",
"type": "BlockSampled",
"chainId": "<string>",
"blockRangeEnd": 123,
"blockRangeStart": 123,
"sampledProperty": "<string>",
"increment": 123
}
]
}
}Provide your API key and the batch query id to get the status of your batch query.
{
"dataProcessorQuery": {
"id": "<string>",
"status": "RECEIVED",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"stepState": "INITIAL_STATE",
"destinationChainId": "<string>",
"tasks": [
{
"resultSerialized": "<string>",
"aggregateFn": "avg",
"datalakeHash": "<string>",
"taskHash": "<string>",
"operator": "none",
"valueToCompare": "<string>",
"type": "BlockSampled",
"chainId": "<string>",
"blockRangeEnd": 123,
"blockRangeStart": 123,
"sampledProperty": "<string>",
"increment": 123
}
]
}
}Default Response
Show child attributes
RECEIVED, PROCESSING, REJECTED, DONE, FAILED INITIAL_STATE, PRE_PROCESS_REQUEST_SENT, PRE_PROCESS_REQUEST_RECEIVED, PROCESS_REQUEST_SENT, PROCESS_REQUEST_RECEIVED, CACHE_MMR_TX_SENT, CACHE_MMR_TX_RECEIVED, SHARP_REQUEST_SENT, SHARP_REQUEST_RECEIVED, FACT_HASH_RECEIVED, FINALIZATION_TX_SENT, FINALIZATION_TX_RECEIVED, COMPLETED Show child attributes
avg, sum, min, max, count none, eq, nq, gt, gteq, lt, lteq BlockSampled, TransactionsInBlock