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
The response is of type object
.
{
"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
The response is of type object
.
{
"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
}
]
}
}