Alpha
Get Query Status (Alpha)
API Reference
Web3 API
- Basic API
- Balance API
- Token API
- NFT API
- Domain API
SQL API
- Alpha
- Classic(Deprecated)
Webhook API
- Webhook API
Alpha
Get Query Status (Alpha)
GET
/
execution
/
{execution_id}
/
status
curl --request GET \
--url https://api.chainbase.com/api/v1/execution/{execution_id}/status \
--header 'Content-Type: <content-type>' \
--header 'X-API-KEY: <x-api-key>'
{
"code": 200,
"data": [
{
"executionId": "4676570409dea44d1d9f8414508b7744",
"status": "FINISHED",
"queryId": 0,
"message": "",
"progress": 100,
"submittedAt": "2023-12-01T08:48:30.486Z",
"expiresAt": "2023-12-01T09:18:31.030Z",
"executionStartedAt": "2023-12-01T08:48:31.014Z",
"executionEndedAt": "2023-12-01T08:48:31.030Z"
}
],
"message": "success"
}
Path Parameters
The ID of the execution
curl --request GET \
--url https://api.chainbase.com/api/v1/execution/{execution_id}/status \
--header 'Content-Type: <content-type>' \
--header 'X-API-KEY: <x-api-key>'
{
"code": 200,
"data": [
{
"executionId": "4676570409dea44d1d9f8414508b7744",
"status": "FINISHED",
"queryId": 0,
"message": "",
"progress": 100,
"submittedAt": "2023-12-01T08:48:30.486Z",
"expiresAt": "2023-12-01T09:18:31.030Z",
"executionStartedAt": "2023-12-01T08:48:31.014Z",
"executionEndedAt": "2023-12-01T08:48:31.030Z"
}
],
"message": "success"
}