Basic Batch Query
Get the status of your batch query
Data Processor API (Legacy)
Basic Batch Query
Program Registry
Basic Batch Query
Get the status of your batch query
Provide your API key and the batch query id to get the status of your batch query.
GET
/
batch-query
/
{batchId}
{
"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
}
]
}
}
Path Parameters
Response
200
application/json
Default Response
Available options:
RECEIVED
, PROCESSING
, REJECTED
, DONE
, FAILED
Available options:
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
Available options:
avg
, sum
, min
, max
, count
Available options:
none
, eq
, nq
, gt
, gteq
, lt
, lteq
Available options:
BlockSampled
, TransactionsInBlock
{
"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
}
]
}
}