Basic Batch Query
Get the list of batch queries you have submitted.
Data Processor API (Legacy)
Basic Batch Query
Program Registry
Basic Batch Query
Get the list of batch queries you have submitted.
Provide your API key to get list of batch queries you have submitted.
GET
/
batch-query
{
"batches": [
{
"id": "<string>",
"status": "RECEIVED",
"stepState": "INITIAL_STATE",
"destinationChainId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"sharpJobKey": "<string>",
"sharpFactHash": "<string>",
"finalizationTxHash": "<string>",
"submittedByClient": "<string>"
}
],
"total": 123
}
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
{
"batches": [
{
"id": "<string>",
"status": "RECEIVED",
"stepState": "INITIAL_STATE",
"destinationChainId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"sharpJobKey": "<string>",
"sharpFactHash": "<string>",
"finalizationTxHash": "<string>",
"submittedByClient": "<string>"
}
],
"total": 123
}